From: William King Date: Wed, 22 Apr 2015 23:18:13 +0000 (-0700) Subject: Revert "FS-7435 change pgsql support to default on, with an option to disable" X-Git-Tag: v1.4.19~6^2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5d0b63300b3c36a808a70987e392731bbbf1777;p=thirdparty%2Ffreeswitch.git Revert "FS-7435 change pgsql support to default on, with an option to disable" This reverts commit 702f0472655f834ac939abd2cf877fbf98f5aada. --- diff --git a/configure.ac b/configure.ac index 91aee243fe..ad5d20cca8 100644 --- a/configure.ac +++ b/configure.ac @@ -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"])