From: Raúl Marín Rodríguez Date: Tue, 15 Jan 2019 11:17:54 +0000 (+0000) Subject: Configure: Improve format when printing extension information X-Git-Tag: 3.0.0alpha1~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7500663eecb0972b22cb692c82ac45f89d200d4;p=postgis Configure: Improve format when printing extension information git-svn-id: http://svn.osgeo.org/postgis/trunk@17150 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index d8cb21798..2583c4ce9 100644 --- a/configure.ac +++ b/configure.ac @@ -1523,20 +1523,20 @@ AC_MSG_RESULT([ Perl: ${PERL}]) AC_MSG_RESULT() AC_MSG_RESULT([ --------------- Extensions --------------- ]) if test "x$RASTER" = "xraster"; then - AC_MSG_RESULT([ PostGIS Raster: enabled]) + AC_MSG_RESULT([ PostGIS Raster: enabled]) else - AC_MSG_RESULT([ PostGIS Raster: disabled]) + AC_MSG_RESULT([ PostGIS Raster: disabled]) fi if test "x$TOPOLOGY" = "xtopology"; then - AC_MSG_RESULT([ PostGIS Topology: enabled]) + AC_MSG_RESULT([ PostGIS Topology: enabled]) else - AC_MSG_RESULT([ PostGIS Topology: disabled]) + AC_MSG_RESULT([ PostGIS Topology: disabled]) fi if test "x$SFCGAL" = "xsfcgal"; then - AC_MSG_RESULT([ SFCGAL support: enabled]) + AC_MSG_RESULT([ SFCGAL support: enabled]) else - AC_MSG_RESULT([ SFCGAL support: disabled]) + AC_MSG_RESULT([ SFCGAL support: disabled]) fi if test "x$ADDRESS_STANDARDIZER" = "xaddress_standardizer"; then @@ -1544,6 +1544,7 @@ if test "x$ADDRESS_STANDARDIZER" = "xaddress_standardizer"; then else AC_MSG_RESULT([ Address Standardizer support: disabled]) fi + AC_MSG_RESULT() AC_MSG_RESULT([ -------- Documentation Generation -------- ]) AC_MSG_RESULT([ xsltproc: ${XSLTPROC}])