Hi,

The bootstrap configure help text claims it supports
--with-system-sane-header, but when passed this option it says
"warning: unrecognized option --with-system-sane-header". The option
actually implemented is called --with-system-sane. The attached patch
puts the help text in line with the implementation.

-- 
Lionel
>From cea08712a1f3f3d995b1da87efd5a79d5e108582 Mon Sep 17 00:00:00 2001
From: Lionel Elie Mamane <[email protected]>
Date: Thu, 4 Aug 2011 16:34:03 +0200
Subject: [PATCH] configure --with-system-sane: correct help string

---
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index 65813cb..cc88172 100755
--- a/configure.in
+++ b/configure.in
@@ -907,7 +907,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,
-- 
1.7.2.5

_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to