[Libreoffice-commits] .: configure.in
Tomáš Chvátal
tchvatal at kemper.freedesktop.org
Sun Sep 25 08:35:06 PDT 2011
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6104b24ff4f9d1921190bb10cd759df7be40597d
Author: Tomas Chvatal <tchvatal at suse.cz>
Date: Sun Sep 25 17:34:27 2011 +0200
Remove the comment as it confuses the macro expansion.
diff --git a/configure.in b/configure.in
index 8f7ce2f..ad9c042 100755
--- a/configure.in
+++ b/configure.in
@@ -6376,7 +6376,7 @@ dnl ===================================================================
dnl Checking for libexttextcat
dnl ===================================================================
AC_MSG_CHECKING([which libexttextcat to use])
-AS_IF([test "$with_system_libexttextcat" = "yes"], [ # -o -n "$with_system_libs"], [
+AS_IF([test "x$with_system_libexttextcat" = "xyes"], [
AC_MSG_RESULT([external])
SYSTEM_LIBEXTTEXTCAT=YES
PKG_CHECK_MODULES([LIBEXTTEXTCAT], [libexttextcat])
More information about the Libreoffice-commits
mailing list