From: Sandro Santilli Date: Mon, 5 May 2014 08:08:30 +0000 (+0000) Subject: Offline rasters are always supported X-Git-Tag: 2.2.0rc1~1114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39e1506a25c02ac16a696361400349597f321b70;p=postgis Offline rasters are always supported git-svn-id: http://svn.osgeo.org/postgis/trunk@12501 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index 29bd70c74..66eddd381 100644 --- a/configure.ac +++ b/configure.ac @@ -1228,11 +1228,7 @@ AC_MSG_RESULT([ Perl: ${PERL}]) AC_MSG_RESULT() AC_MSG_RESULT([ --------------- Extensions --------------- ]) if test "x$RASTER" = "xraster"; then - if test "x$POSTGIS_RASTER_DISABLE_OFFLINE" = "x1"; then - AC_MSG_RESULT([ PostGIS Raster: enabled (no offline)]) - else - AC_MSG_RESULT([ PostGIS Raster: enabled (offline included)]) - fi + AC_MSG_RESULT([ PostGIS Raster: enabled]) else AC_MSG_RESULT([ PostGIS Raster: disabled])