[Libreoffice-commits] .: configure.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 11 11:35:44 PDT 2012


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

New commits:
commit 6d0906c7fdde82b2c02b1839b9ca93be5e2084a6
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Sep 11 20:34:34 2012 +0200

    fix ./configure --without-system-liblangtag
    
    Change-Id: I4640e4c626a209035697e69587852ec86af16136

diff --git a/configure.in b/configure.in
index 8b0de9a..a15cbf4 100644
--- a/configure.in
+++ b/configure.in
@@ -11289,7 +11289,7 @@ if test "$enable_liblangtag" = "yes" -o \( "$enable_liblangtag" = "" -a $_os !=
     ENABLE_LIBLANGTAG=YES
     AC_MSG_RESULT([yes])
     AC_MSG_CHECKING([whether to use system liblangtag])
-    if test -n "$with_system_liblangtag"; then
+    if test "$with_system_liblangtag" = yes; then
         SYSTEM_LIBLANGTAG=YES
         AC_MSG_RESULT([yes])
         PKG_CHECK_MODULES( LIBLANGTAG, liblangtag >= 0.3)


More information about the Libreoffice-commits mailing list