Kaydet (Commit) 0e1cc996 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't enable postgresql-sdbc by default

Try to make it more likely that a build without any autogen.sh options
succeeds. We didn't even get past the autogen.sh phase on openSUSE 12.3 thanks
to some krb5 stuff needed by the postgresql-sdbc checks.

To compensate, add --enable-postgresql-sdbc to those distro-configs/*.conf
files that didn't already have --disable-postgresql-sdbc.

Change-Id: I967616993875b99d9d5a9fd0721f281bb1161a87
üst b399c1a3
......@@ -7769,7 +7769,7 @@ fi
dnl ===================================================================
dnl Check for PostgreSQL stuff
dnl ===================================================================
if test "x$enable_postgresql_sdbc" != "xno"; then
if test "$enable_postgresql_sdbc" = yes; then
SCPDEFS="$SCPDEFS -DWITH_POSTGRESQL_SDBC"
if test "$with_krb5" = "yes" -a "$enable_openssl" = "no"; then
......
......@@ -23,6 +23,7 @@
--enable-dbus
--enable-extension-integration
--enable-opengl
--enable-postgresql-sdbc
--enable-odk
--enable-lockdown
--enable-kde
......
......@@ -7,6 +7,7 @@
--enable-ext-nlpsolver
--enable-extension-integration
--enable-online-update
--enable-postgresql-sdbc
--without-system-postgresql
--disable-gtk
--with-help
......
......@@ -12,6 +12,7 @@
--enable-lockdown
--enable-ext-presenter-minimizer
--enable-ext-wiki-publisher
--enable-postgresql-sdbc
--enable-python=system
--with-alloc=system
--with-ant-home=/usr/local/ant
......
......@@ -5,6 +5,7 @@
--without-helppack-integration
--enable-extension-integration
--disable-gtk
--enable-postgresql-sdbc
--enable-scripting-beanshell
--enable-scripting-javascript
--enable-ext-wiki-publisher
......
--with-vendor=The Document Foundation
--enable-cl-x64
--enable-postgresql-sdbc
--disable-gtk
--enable-scripting-beanshell
--enable-scripting-javascript
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment