]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Revert "FS-7435 change pgsql support to default on, with an option to disable"
authorWilliam King <william.king@quentustech.com>
Wed, 22 Apr 2015 23:18:13 +0000 (16:18 -0700)
committerWilliam King <william.king@quentustech.com>
Wed, 22 Apr 2015 23:18:13 +0000 (16:18 -0700)
This reverts commit 702f0472655f834ac939abd2cf877fbf98f5aada.

configure.ac

index 91aee243fe6f4ef4dd6a603c903d7816d61e7a6e..ad5d20cca85f14eb79c49fd09dd0e70d3bf9046e 100644 (file)
@@ -598,7 +598,7 @@ SWITCH_AM_LDFLAGS="$LIBUUID_LIBS $SWITCH_AM_LDFLAGS"
 SWITCH_AM_CFLAGS="$LIBUUID_CFLAGS $SWITCH_AM_CFLAGS"
 
 AC_ARG_ENABLE(core-pgsql-support,     
-       [AS_HELP_STRING([--disable-core-pgsql-support], [Compile without PGSQL Support])],[enable_core_pgsql_support="no"],[enable_core_pgsql_support="yes"])
+       [AS_HELP_STRING([--enable-core-pgsql-support], [Compile with PGSQL Support])],,[enable_core_pgsql_support="no"])
 AC_ARG_ENABLE(core-pgsql-pkgconfig,
        [AS_HELP_STRING([--disable-core-pgsql-pkgconfig], [Use pg_config to get PGQSL build options])],[enable_core_pgsql_pkgconfig="$enableval"],[enable_core_pgsql_pkgconfig="yes"])