[Libreoffice-commits] .: 2 commits - configure.in

Caolán McNamara caolan at kemper.freedesktop.org
Mon Aug 8 09:13:26 PDT 2011


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

New commits:
commit 74b3cdbe983231e47efc9fd2e77147cd5673854f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Aug 8 17:08:22 2011 +0100

    the option got turned into --with-system-sane so look for with_system_sane

diff --git a/configure.in b/configure.in
index cad0528..8b92e7d 100755
--- a/configure.in
+++ b/configure.in
@@ -5766,8 +5766,8 @@ dnl ===================================================================
 dnl Check for system sane
 dnl ===================================================================
 AC_MSG_CHECKING([which sane header to use])
-if test -n "$with_system_sane_header" -o -n "$with_system_headers" && \
-        test "$with_system_sane_header" != "no"; then
+if test -n "$with_system_sane" -o -n "$with_system_headers" && \
+        test "$with_system_sane" != "no"; then
     AC_MSG_RESULT([external])
     SYSTEM_SANE_HEADER=YES
     AC_CHECK_HEADER(sane/sane.h, [],
commit b70ddaee680a6a7d7e69c48a288fb7ee085ef5d3
Author: Lionel Elie Mamane <lionel.mamane at gestman.lu>
Date:   Thu Aug 4 16:34:03 2011 +0200

    configure --with-system-sane: correct help string

diff --git a/configure.in b/configure.in
index 2164117..cad0528 100755
--- a/configure.in
+++ b/configure.in
@@ -906,7 +906,7 @@ AC_ARG_WITH(system-odbc,
         [Use the odbc headers already on system.]))
 
 AC_ARG_WITH(system-sane,
-    AS_HELP_STRING([--with-system-sane-header],
+    AS_HELP_STRING([--with-system-sane],
         [Use sane.h already on system.]))
 
 AC_ARG_WITH(system-xrender-headers,


More information about the Libreoffice-commits mailing list