Skip to content

Commit

Permalink
Merge pull request #83 from tomhughes/mapnik
Browse files Browse the repository at this point in the history
Add mapnik's dependencies to MAPNIK_INCLUDES
  • Loading branch information
apmon committed Jul 16, 2014
2 parents 4f9b9f1 + 48c9b4e commit d0dab6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m4/ax_lib_mapnik.m4
Expand Up @@ -91,6 +91,7 @@ AC_DEFUN([AX_LIB_MAPNIK],
if test $? -ne 0; then
MAPNIK_INCLUDES=""
fi
MAPNIK_INCLUDES="$MAPNIK_INCLUDES `$MAPNIK_CONFIG --dep-includes`"
MAPNIK_LDFLAGS="`$MAPNIK_CONFIG --libs`"
MAPNIK_VERSION=`$MAPNIK_CONFIG --version`
Expand Down

1 comment on commit d0dab6e

@hvquan
Copy link

@hvquan hvquan commented on d0dab6e Jul 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am installing OSM server on Ubuntu 12.04. Yesterday (17/7/2014, 11AM Sweden time), after I downloaded mod_tile, I could install OSM server. Today, I install OSM server on another computer and download mod_tile the I see errors when I run the following commands
./autogen.sh
./configure
make

Then I remove this line and can install again mod_tile.

Please sign in to comment.