]> granicus.if.org Git - postgis/commitdiff
Allow raster to actually turn on by default
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 23 Jan 2012 23:20:02 +0000 (23:20 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 23 Jan 2012 23:20:02 +0000 (23:20 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8907 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index 05a3153446caf985127d7e1ae9e74b5e196eba4b..3fa2ffe6d0edf2916041f3dfdeb02b6389180e9b 100644 (file)
@@ -798,11 +798,12 @@ dnl ====================================
 AC_ARG_WITH([raster],
     [AS_HELP_STRING([--without-raster],
                     [Disable the raster extension])],
-    [RASTER="raster"], 
-    [RASTER=""])
+    [], [])
 
 if test "x$with_raster" != "xno"; then dnl # {
 
+    RASTER="raster"
+
     AC_CONFIG_HEADERS([raster/raster_config.h])
 
     dnl