FS-7435 change pgsql support to default on, with an option to disable

This commit is contained in:
William King 2015-04-15 11:07:15 -07:00
parent 5fada4bbb5
commit 702f047265
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"])