]> granicus.if.org Git - postgis/commitdiff
Removed multiple AC_ARG_WITH calls for raster
authorBborie Park <bkpark at ucdavis.edu>
Sat, 10 Mar 2012 00:24:53 +0000 (00:24 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Sat, 10 Mar 2012 00:24:53 +0000 (00:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9440 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index 5c6180bfcdede3a0c29f832b89e272ef6b3137ed..2b5d6005b3a64aa615521f8dfa60ff174a8313c9 100644 (file)
@@ -827,13 +827,6 @@ SHLIB_LINK="$PGSQL_LDFLAGS $GEOS_LDFLAGS $PROJ_LDFLAGS -lgeos_c -lproj $JSON_LDF
 AC_SUBST([SHLIB_LINK])
 dnl AC_MSG_RESULT([SHLIB_LINK: $SHLIB_LINK])
 
-
-AC_ARG_WITH([raster],
-    [AS_HELP_STRING([--without-raster],
-                    [Disable the raster extension])],
-    [], [])
-
-
 dnl ====================================
 dnl topology stuff
 dnl ====================================
@@ -871,8 +864,7 @@ dnl ====================================
 AC_ARG_WITH(
        [raster],
        AC_HELP_STRING([--without-raster], [Disable the raster extension]),
-       [], []
-)
+       [], [])
 
 if test "x$with_raster" != "xno"; then
        RASTER="raster"
@@ -920,8 +912,7 @@ if test "x$with_raster" != "xno"; then
                [raster-dblwarning],
                AC_HELP_STRING([--with-raster-dblwarning], [output double truncation warnings.  Only used with --with-raster]),
                [POSTGIS_RASTER_WARN_ON_TRUNCATION=1],
-               [POSTGIS_RASTER_WARN_ON_TRUNCATION=0]
-       )
+               [POSTGIS_RASTER_WARN_ON_TRUNCATION=0])
 
        AC_DEFINE_UNQUOTED(
                [POSTGIS_RASTER_WARN_ON_TRUNCATION],
@@ -953,8 +944,7 @@ if test "x$with_raster" != "xno"; then
                [gdalconfig],
                AC_HELP_STRING([--with-gdalconfig=@<:@ARG@:>@],[specify location of gdal-config (ARG=path).  Only used with --with-raster]),
                [GDAL_CONFIG="$withval"],
-               [GDAL_CONFIG=""]
-       )
+               [GDAL_CONFIG=""])
 
        AC_MSG_CHECKING([for GDAL >= $GDAL_MIN_VERSION])
        if test "x$GDAL_CONFIG" = "x"; then