summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-17 11:04:29 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-17 11:05:38 +0300
commitbecbe844a3ee14319d46717074ac4bd6b6b0da72 (patch)
tree65092cf1e38327feda635fada1defc8333dc570d /configure.ac
parent9fe159ef7cb7cfe5c1c91a6fbf1aa02fe79fec69 (diff)
Correct help message for --disable-firebird-sdbc
Change-Id: Ia05e09cff1a71237abc487a550dabacd39844c41
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4ee89559bf1d..6c1d695b03d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1171,8 +1171,7 @@ AC_ARG_ENABLE(lotuswordpro,
AC_ARG_ENABLE(firebird-sdbc,
AS_HELP_STRING([--disable-firebird-sdbc],
- [Enable the build of the Firebird-SDBC driver. Work in progress,
- use only if you are hacking on it.]),
+ [Disable the build of the Firebird-SDBC driver if it doesn't compile for you.]),
,enable_firebird_sdbc=yes)
AC_ARG_ENABLE(coretext,