From b8d75d313f3010bb607ae28a7dbc0d2c9ee7ada0 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Tue, 25 Jun 2013 14:46:14 +0000 Subject: [PATCH] Removed gdal-config --dep-flags from configure.ac. git-svn-id: http://svn.osgeo.org/postgis/trunk@11587 b70326c6-7e19-0410-871a-916f4a2858ee --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 65d2e2d74..457d2daec 100644 --- a/configure.ac +++ b/configure.ac @@ -1055,7 +1055,7 @@ if test "x$with_raster" != "xno"; then dnl Extract the linker and include flags LIBGDAL_LDFLAGS=`$GDAL_CONFIG --libs` - LIBGDAL_DEPLIBS_LDFLAGS=`$GDAL_CONFIG --dep-libs` + dnl LIBGDAL_DEPLIBS_LDFLAGS=`$GDAL_CONFIG --dep-libs` LIBGDAL_CFLAGS=`$GDAL_CONFIG --cflags` CPPFLAGS_SAVE="$CPPFLAGS" -- 2.50.1