summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-10-26 21:18:05 +0000
committerwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-10-26 21:18:05 +0000
commit8bc59189bc0839f9f347ef747d01925d6f43a14e (patch)
treec64dfbe8aa1013e0e2f86a9e5e6e2cc26ac1bcc2 /configure.in
parent5a2c425bdad5f22b7029ed75afdcdd31a29a08aa (diff)
downloadnavit-8bc59189bc0839f9f347ef747d01925d6f43a14e.tar.gz
Fix:core: remove extra characters after AC_SUBST(SHAPEFILE_CFLAGS)
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3625 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b2de33d8d..f3d349369 100644
--- a/configure.in
+++ b/configure.in
@@ -555,7 +555,7 @@ AC_CHECK_HEADERS(
SHAPEFILE_LIBS="-lshp"
system_shapefile=yes
)
-AC_SUBST(SHAPEFILE_CFLAGS) -a "x$freeimage" = "xyes"
+AC_SUBST(SHAPEFILE_CFLAGS)
AC_SUBST(SHAPEFILE_LIBS)
AM_CONDITIONAL(HAVE_SYSTEM_SHAPEFILELIB, [test "x$system_shapefile" = "xyes" ])
if test x"${system_shapefile}" = xno