]> granicus.if.org Git - postgis/commitdiff
Comment cleanup as hudson isn't happy.
authorBborie Park <bkpark at ucdavis.edu>
Sat, 10 Mar 2012 00:05:08 +0000 (00:05 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Sat, 10 Mar 2012 00:05:08 +0000 (00:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9438 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index 91584e4d59ba7994fb9fa155372f74f202918c8c..daf30978aaa5d6c5911a49ea81ab2a205e5d9abe 100644 (file)
@@ -876,7 +876,7 @@ AC_ARG_WITH(
        [], []
 )
 
-if test "x$with_raster" != "xno"; then dnl # {
+if test "x$with_raster" != "xno"; then
        RASTER="raster"
        AC_MSG_RESULT([RASTER: Raster support requested])
 
@@ -967,7 +967,7 @@ if test "x$with_raster" != "xno"; then dnl # {
                fi
        fi
 
-       if test -x "$GDAL_CONFIG"; then dnl # {
+       if test -x "$GDAL_CONFIG"; then
                dnl Extract the version information from gdal-config
                dnl Note: we extract the major & minor separately, ensure they are numeric,
                dnl and then combine to give the final version.
@@ -1029,10 +1029,10 @@ if test "x$with_raster" != "xno"; then dnl # {
                AC_SUBST([LIBGDAL_LDFLAGS])
 
                AC_SUBST([GDALFPOLYGONIZE])
-       else dnl # } {
+       else
                AC_MSG_RESULT([not found])
                AC_MSG_ERROR([gdal-config not found. Use --without-raster or try --with-gdalconfig=<path to gdal-config>])
-       fi dnl # }
+       fi
 
        dnl Define raster objects, for makefiles
        RT_CORE_LIB=corelib
@@ -1057,10 +1057,10 @@ if test "x$with_raster" != "xno"; then dnl # {
                raster/scripts/Makefile \
                raster/scripts/python/Makefile"
 
-else dnl # } {
+else
        AC_MSG_RESULT([RASTER: Raster support disabled])
        RT_MAKEFILE_LIST="raster/Makefile"
-fi dnl # }
+fi
 
 dnl ===========================================================================
 dnl See if we have the requirements for building the extensions, namely