From 472f517d67cb9de9efcf2083e881fe958371f544 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Sat, 10 Mar 2012 00:40:10 +0000 Subject: [PATCH] Cleanup for testing GDAL include files git-svn-id: http://svn.osgeo.org/postgis/trunk@9442 b70326c6-7e19-0410-871a-916f4a2858ee --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index eb77ac48c..52a4eb95f 100644 --- a/configure.ac +++ b/configure.ac @@ -982,9 +982,9 @@ if test "x$with_raster" != "xno"; then LIBGDAL_CFLAGS=`$GDAL_CONFIG --cflags` CPPFLAGS_SAVE="$CPPFLAGS" - CPPFLAGS="" + CPPFLAGS="$LIBGDAL_CFLAGS" CFLAGS_SAVE="$CFLAGS" - CFLAGS="$LIBGDAL_CFLAGS" + CFLAGS="" LIBS_SAVE="$LIBS" LIBS="$LIBGDAL_LDFLAGS" -- 2.50.1