From: Paul Ramsey Date: Mon, 23 Jan 2012 22:18:38 +0000 (+0000) Subject: Report on raster status whether enabled or not X-Git-Tag: 2.0.0alpha2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bafc054bc7f08ac4c3c574c70d011cc1703b98ca;p=postgis Report on raster status whether enabled or not git-svn-id: http://svn.osgeo.org/postgis/trunk@8905 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index 98454b027..d08dd211a 100644 --- a/configure.ac +++ b/configure.ac @@ -1000,8 +1000,11 @@ AC_MSG_RESULT([ -------------- Dependencies -------------- ]) AC_MSG_RESULT([ GEOS config: ${GEOSCONFIG}]) AC_MSG_RESULT([ GEOS version: ${GEOS_FULL_VERSION}]) if test "x$RASTER" = "xraster"; then + AC_MSG_RESULT([ Raster: enabled]) AC_MSG_RESULT([ GDAL config: ${GDAL_CONFIG}]) AC_MSG_RESULT([ GDAL version: ${GDAL_FULL_VERSION}]) +else + AC_MSG_RESULT([ Raster: disabled]) fi AC_MSG_RESULT([ PostgreSQL config: ${PGCONFIG}]) AC_MSG_RESULT([ PostgreSQL version: ${PGSQL_FULL_VERSION}])