Make --enable-firebird-sdbc the default again

19ec3c5e22 "firebird compat issue with macosx
10.11 was fixed by sberg some time ago" forgot to turn this back on when
reverting 9af1331c92 "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
This commit is contained in:
Stephan Bergmann
2016-02-11 16:00:52 +01:00
parent 59adfe22ee
commit a67d5c7604

View File

@@ -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],