Merge pull request #234 in FS/freeswitch from feature/FS-7435-enable-auto-detection-of-libpq-for to master

* commit '702f0472655f834ac939abd2cf877fbf98f5aada':
  FS-7435 change pgsql support to default on, with an option to disable
This commit is contained in:
William King 2015-04-22 18:13:05 -05:00
commit 1f5a36c92e
1 changed files with 1 additions and 1 deletions

View 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([--enable-core-pgsql-support], [Compile with PGSQL Support])],,[enable_core_pgsql_support="no"])
[AS_HELP_STRING([--disable-core-pgsql-support], [Compile without PGSQL Support])],[enable_core_pgsql_support="no"],[enable_core_pgsql_support="yes"])
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"])