From ee29400051009304721f0b1034ae997f2f905708 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 17 May 2012 12:10:04 +0000 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0