[Libreoffice-commits] .: configure.in

David Tardon dtardon at kemper.freedesktop.org
Mon Oct 11 03:26:04 PDT 2010


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

New commits:
commit a976a2e99f4ea1bea1fab65db45bf2f1b218de3a
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Oct 11 12:24:17 2010 +0200

    Revert "use system libtextcat with --with-system-libs"
    
    This reverts commit c005385082bb7c5abcf81610e4140d74dd460a9c.

diff --git a/configure.in b/configure.in
index 36ceec9..17a2e14 100644
--- a/configure.in
+++ b/configure.in
@@ -5426,8 +5426,7 @@ dnl ===================================================================
 dnl Checking for libtextcat
 dnl ===================================================================
 AC_MSG_CHECKING([which libtextcat to use])
-if test -n "$with_system_libtextcat" -o -n "$with_system_libs" && \
-    test "$with_system_libtextcat" != "no"; then
+if test -n "$with_system_libtextcat" && test "$with_system_libtextcat" != "no"; then
     AC_MSG_RESULT([external])
     SYSTEM_LIBTEXTCAT=YES
     AC_CHECK_HEADER(libtextcat/textcat.h, [],


More information about the Libreoffice-commits mailing list