[Libreoffice-commits] .: configure.in

Thomas Klausner tklausner at kemper.freedesktop.org
Thu Dec 16 13:56:18 PST 2010


 configure.in |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit c5507074d466862fff58c486b9695fa6fba0bf3e
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Thu Dec 16 22:55:20 2010 +0100

    Make option match help string for ODBC.
    
    This effectively renames --with-system-odbc-headers to --with-system-odbc.

diff --git a/configure.in b/configure.in
index 2c5297f..42c9a0e 100755
--- a/configure.in
+++ b/configure.in
@@ -868,7 +868,7 @@ AC_ARG_WITH(system-libxslt,
         [Use libxslt already on system.]))
 
 AC_ARG_WITH(system-odbc,
-    AS_HELP_STRING([--with-system-odbc-headers],
+    AS_HELP_STRING([--with-system-odbc],
         [Use the odbc headers already on system.]))
 
 AC_ARG_WITH(system-sane,
@@ -4839,8 +4839,8 @@ dnl ===================================================================
 dnl Check for system odbc
 dnl ===================================================================
 AC_MSG_CHECKING([which odbc headers to use])
-if test -n "$with_system_odbc_headers" -o -n "$with_system_headers" && \
-    test "$with_system_odbc_headers" != "no"; then
+if test -n "$with_system_odbc" -o -n "$with_system_headers" && \
+    test "$with_system_odbc" != "no"; then
    AC_MSG_RESULT([external])
    SYSTEM_ODBC_HEADERS=YES
 


More information about the Libreoffice-commits mailing list