From: Paul Ramsey Date: Fri, 20 Jan 2012 23:41:32 +0000 (+0000) Subject: Fix typo X-Git-Tag: 2.0.0alpha2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdddf189b8703fb506a0c91f6a86d7b050850b4a;p=postgis Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8897 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index 7ddea223a..98454b027 100644 --- a/configure.ac +++ b/configure.ac @@ -917,7 +917,7 @@ if test "x$with_raster" != "xno"; then dnl # { AC_SUBST([POSTGIS_GDAL_VERSION]) else AC_MSG_RESULT([not found]) - AC_MSG_ERROR([gdal-config not found. With --without-raster or try --with-gdalconfig=]) + AC_MSG_ERROR([gdal-config not found. Use --without-raster or try --with-gdalconfig=]) fi AC_MSG_RESULT([found])