From 6efeb2db395f5d5a1f443219525dbe96713ce8f6 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 23 Jan 2012 23:20:02 +0000 Subject: [PATCH] Allow raster to actually turn on by default git-svn-id: http://svn.osgeo.org/postgis/trunk@8907 b70326c6-7e19-0410-871a-916f4a2858ee --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.50.1