]> granicus.if.org Git - postgis/commitdiff
Report postgresql support at the end of ./configure (#3157)
authorSandro Santilli <strk@keybit.net>
Wed, 5 Aug 2015 07:38:48 +0000 (07:38 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 5 Aug 2015 07:38:48 +0000 (07:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13884 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index 4a236f11e37556b7ac49e4403af943581d051311..7feeb3da317da8a6d8bb7e2d24d81d011790908d 100644 (file)
@@ -1340,8 +1340,12 @@ if test "x$SFCGAL" = "xsfcgal"; then
     AC_MSG_RESULT([  SFCGAL config:        ${SFCGAL_CONFIG}])
     AC_MSG_RESULT([  SFCGAL version:       ${SFCGAL_VERSION}])
 fi
-AC_MSG_RESULT([  PostgreSQL config:    ${PG_CONFIG}])
-AC_MSG_RESULT([  PostgreSQL version:   ${PGSQL_FULL_VERSION}])
+if test "x$LIBLWGEOM_ONLY" = "xno"; then
+  AC_MSG_RESULT([  PostgreSQL config:    ${PG_CONFIG}])
+  AC_MSG_RESULT([  PostgreSQL version:   ${PGSQL_FULL_VERSION}])
+else
+  AC_MSG_RESULT([  PostgreSQL support DISABLED])
+fi
 AC_MSG_RESULT([  PROJ4 version:        ${POSTGIS_PROJ_VERSION}])
 AC_MSG_RESULT([  Libxml2 config:       ${XML2CONFIG}])
 AC_MSG_RESULT([  Libxml2 version:      ${POSTGIS_LIBXML2_VERSION}])