From: Paul Ramsey Date: Mon, 23 Jan 2012 23:20:02 +0000 (+0000) Subject: Allow raster to actually turn on by default X-Git-Tag: 2.0.0alpha2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6efeb2db395f5d5a1f443219525dbe96713ce8f6;p=postgis Allow raster to actually turn on by default git-svn-id: http://svn.osgeo.org/postgis/trunk@8907 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index 05a315344..3fa2ffe6d 100644 --- a/configure.ac +++ b/configure.ac @@ -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