From: Paul Ramsey Date: Thu, 17 May 2012 12:10:04 +0000 (+0000) Subject: configure enabling extension reads 9.1 even on 9.2 (#1821) X-Git-Tag: 2.0.1~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee29400051009304721f0b1034ae997f2f905708;p=postgis configure enabling extension reads 9.1 even on 9.2 (#1821) git-svn-id: http://svn.osgeo.org/postgis/trunk@9747 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index ea56e87cb..136a1d67b 100644 --- a/configure.ac +++ b/configure.ac @@ -1077,7 +1077,7 @@ if test $POSTGIS_PGSQL_VERSION -ge 91; then -e doc/raster_comments.sql; then if test "x$RASTER" = "xraster"; then - AC_MSG_RESULT([enabling extensions for PostgreSQL 9.1...]) + AC_MSG_RESULT([enabling PostgreSQL extension support...]) EXTENSIONS=extensions AC_SUBST([EXTENSIONS]) fi