]> granicus.if.org Git - postgis/commitdiff
Removed gdal-config --dep-flags from configure.ac.
authorBborie Park <bkpark at ucdavis.edu>
Tue, 25 Jun 2013 14:46:14 +0000 (14:46 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Tue, 25 Jun 2013 14:46:14 +0000 (14:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11587 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index 65d2e2d74b4a0c955a40898adabeaf096d2a9862..457d2daecf2b80bf93c3c614ba27eb502ebbe289 100644 (file)
@@ -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"