[Libreoffice-commits] .: configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Feb 27 07:20:41 PST 2012
configure.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 143974d637283b884b2b2c5b108248e353c2e734
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon Feb 27 17:15:52 2012 +0200
$_os is "iOS" for iOS, not "IOS"
diff --git a/configure.in b/configure.in
index 86db768..884d1c8 100644
--- a/configure.in
+++ b/configure.in
@@ -5776,7 +5776,7 @@ if test "$with_system_libwpd" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_LIBWPD=YES
PKG_CHECK_MODULES( WPD, libwpd-0.9 libwpd-stream-0.9 )
-elif test $_os = IOS; then
+elif test $_os = iOS; then
AC_MSG_RESULT([none])
else
AC_MSG_RESULT([internal])
@@ -5829,7 +5829,7 @@ if test "$with_system_libwps" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_LIBWPS=YES
PKG_CHECK_MODULES( WPS, libwps-0.2 )
-elif test $_os = IOS; then
+elif test $_os = iOS; then
AC_MSG_RESULT([none])
else
AC_MSG_RESULT([internal])
@@ -5848,7 +5848,7 @@ if test "$with_system_libwpg" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_LIBWPG=YES
PKG_CHECK_MODULES( WPG, libwpg-0.2 )
-elif test $_os = IOS; then
+elif test $_os = iOS; then
AC_MSG_RESULT([none])
else
AC_MSG_RESULT([internal])
More information about the Libreoffice-commits
mailing list