[Libreoffice-commits] .: configure.in

Tomáš Chvátal tchvatal at kemper.freedesktop.org
Tue Apr 17 01:06:29 PDT 2012


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

New commits:
commit 81c20913cdeb0c819b3b74115902da1c51d280fa
Author: Tomas Chvatal <tchvatal at suse.cz>
Date:   Tue Apr 17 10:05:50 2012 +0200

    Add the system-clucene under the with-system-libs
    
    As the distros already had enough time to pick up the required patch and most did.

diff --git a/configure.in b/configure.in
index e71aaa9..b108b79 100644
--- a/configure.in
+++ b/configure.in
@@ -1140,7 +1140,8 @@ AC_ARG_WITH(system-jpeg,
 
 AC_ARG_WITH(system-clucene,
     AS_HELP_STRING([--with-system-clucene],
-        [Use clucene already on system.]),,)
+        [Use clucene already on system.]),,
+    [with_system_clucene="$with_system_libs"])
 
 AC_ARG_WITH(system-expat,
     AS_HELP_STRING([--with-system-expat],


More information about the Libreoffice-commits mailing list