summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-11 16:00:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-11 16:06:03 +0100
commita67d5c7604e8c420f6d63df89f04e33f940f952a (patch)
tree06b510107de13700710493116a98e950b1ea5ae7 /configure.ac
parent59adfe22eef256f26804d469b497872db638908b (diff)
Make --enable-firebird-sdbc the default again
19ec3c5e2230f982789f18c8e7bf77eabef68ad0 "firebird compat issue with macosx 10.11 was fixed by sberg some time ago" forgot to turn this back on when reverting 9af1331c9253426855ac0f3a26e7f4bfff900d61 "For now, firebird doe snot [sic] build on macosx 10.11." (But no, firebird still does not build out of the box on Mac OS X 10.11, one still needs to pass into the build a non-broken SHELL that does not filter away DYLD_* env vars.) Change-Id: I17321893a08d1f2a129ee14bf4f4453ff64ad2ad
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 670acb008087..3b780b6f13e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1450,7 +1450,7 @@ AC_ARG_ENABLE(lotuswordpro,
AC_ARG_ENABLE(firebird-sdbc,
AS_HELP_STRING([--disable-firebird-sdbc],
[Disable the build of the Firebird-SDBC driver if it doesn't compile for you.]),
-)
+,enable_firebird_sdbc=yes)
AC_ARG_ENABLE(winegcc,
AS_HELP_STRING([--enable-winegcc],