mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-21 23:38:56 +00:00
fix detection of mapnik-config
This commit is contained in:
@ -10,7 +10,7 @@ before_install:
|
||||
- sudo apt-get update -qq
|
||||
|
||||
install:
|
||||
- sudo apt-get -qq install build-essential apache2-threaded-dev
|
||||
- sudo apt-get -qq install build-essential apache2-threaded-dev autotools-dev automake libtool
|
||||
- sudo apt-get install -y gcc-4.8 g++-4.8
|
||||
|
||||
before_script:
|
||||
|
@ -70,7 +70,6 @@ AC_DEFUN([AX_LIB_MAPNIK],
|
||||
AC_PATH_PROG([MAPNIK_CONFIG], [mapnik-config], [])
|
||||
fi
|
||||
|
||||
if test ! -x "$MAPNIK_CONFIG"; then
|
||||
if test "$MAPNIK_CONFIG" != "no"; then
|
||||
AC_MSG_CHECKING([for mapnik libraries])
|
||||
|
||||
@ -88,7 +87,6 @@ AC_DEFUN([AX_LIB_MAPNIK],
|
||||
AC_MSG_RESULT([no])
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
AC_SUBST([MAPNIK_VERSION])
|
||||
AC_SUBST([MAPNIK_CFLAGS])
|
||||
|
Reference in New Issue
Block a user