From 43167c1c9a337ba3f545bea22a0e952f2f8cd265 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 8 Feb 2012 21:29:29 +0000 Subject: [PATCH] ./configure still display the old raster version number (#1599) git-svn-id: http://svn.osgeo.org/postgis/trunk@9119 b70326c6-7e19-0410-871a-916f4a2858ee --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.40.0