summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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