[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in

Petr Mladek pmladek at kemper.freedesktop.org
Mon Aug 15 09:46:38 PDT 2011


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5ab68a360f717b40b672d38ff29497c6b3c4e114
Author: Tomáš Chvátal <tomas.chvatal at gmail.com>
Date:   Mon Aug 15 17:47:44 2011 +0200

    Use proper switch name for system-sane-headers
    
    In 3.5 it is just system-sane and in 3.4 it is system-sane-header.
    
    Signed-off-by: Petr Mladek <pmladek at suse.cz>

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


More information about the Libreoffice-commits mailing list