From: Bborie Park Date: Sat, 10 Mar 2012 00:30:32 +0000 (+0000) Subject: This should do it. Debugging Hudson is fun... like entertaining a grumpy old man. X-Git-Tag: 2.0.0beta3~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9882d1ff9f2d62db0b4ece49db42a47366959e4b;p=postgis This should do it. Debugging Hudson is fun... like entertaining a grumpy old man. git-svn-id: http://svn.osgeo.org/postgis/trunk@9441 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index 2b5d6005b..eb77ac48c 100644 --- a/configure.ac +++ b/configure.ac @@ -917,8 +917,7 @@ if test "x$with_raster" != "xno"; then AC_DEFINE_UNQUOTED( [POSTGIS_RASTER_WARN_ON_TRUNCATION], [$POSTGIS_RASTER_WARN_ON_TRUNCATION], - [Define to 1 if a warning is outputted every time a double is truncated] - ) + [Define to 1 if a warning is outputted every time a double is truncated]) dnl ======================================================================== dnl Determine GDAL Support @@ -993,8 +992,7 @@ if test "x$with_raster" != "xno"; then AC_CHECK_HEADERS( [gdal.h ogr_api.h cpl_conv.h], [], - [AC_MSG_ERROR([could not find headers include related to gdal])] - ) + [AC_MSG_ERROR([could not find headers include related to gdal])]) dnl Ensure we can link against gdal AC_CHECK_LIB([gdal], [GDALAllRegister], [], [AC_MSG_ERROR([could not find gdal])], []) @@ -1006,8 +1004,7 @@ if test "x$with_raster" != "xno"; then [gdal], [GDALFPolygonize], [AC_DEFINE_UNQUOTED([GDALFPOLYGONIZE], [1], [Define to 1 if GDALFPolygonize function is available])], - [] - ) + []) CPPFLAGS="$CPPFLAGS_SAVE" CFLAGS="$CFLAGS_SAVE"