mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-16 16:05:21 +00:00
Yet another attempt to fix the mapnik-config issue (probably not the last...)
This commit is contained in:
@ -88,6 +88,9 @@ AC_DEFUN([AX_LIB_MAPNIK],
|
||||
|
||||
MAPNIK_CFLAGS="`$MAPNIK_CONFIG --cflags`"
|
||||
MAPNIK_INCLUDES="`$MAPNIK_CONFIG --includes`"
|
||||
if test $? -ne 0; then
|
||||
MAPNIK_INCLUDES=""
|
||||
fi
|
||||
MAPNIK_LDFLAGS="`$MAPNIK_CONFIG --libs`"
|
||||
|
||||
MAPNIK_VERSION=`$MAPNIK_CONFIG --version`
|
||||
|
Reference in New Issue
Block a user