Yet another attempt to fix the mapnik-config issue (probably not the last...)

This commit is contained in:
Kai Krueger
2013-08-13 09:59:18 -06:00
parent c19b387af8
commit b5bd1cd686

View File

@ -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`