From: Paul Ramsey Date: Wed, 8 Feb 2012 21:29:29 +0000 (+0000) Subject: ./configure still display the old raster version number (#1599) X-Git-Tag: 2.0.0alpha5~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43167c1c9a337ba3f545bea22a0e952f2f8cd265;p=postgis ./configure still display the old raster version number (#1599) git-svn-id: http://svn.osgeo.org/postgis/trunk@9119 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index dcbe80884..8c31c1906 100644 --- a/configure.ac +++ b/configure.ac @@ -1050,7 +1050,7 @@ AC_MSG_RESULT([ Perl: ${PERL}]) AC_MSG_RESULT() AC_MSG_RESULT([ --------------- Extensions --------------- ]) if test "x$RASTER" = "xraster"; then - AC_MSG_RESULT([ PostGIS Raster: ${POSTGIS_RASTER_LIB_VERSION}]) + AC_MSG_RESULT([ PostGIS Raster: enabled]) else AC_MSG_RESULT([ PostGIS Raster: disabled])