diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-02-27 17:15:52 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-02-27 17:20:32 +0200 |
commit | 143974d637283b884b2b2c5b108248e353c2e734 (patch) | |
tree | fd27dd8752bd76624276be6fd7083e18329324e7 /configure.in | |
parent | 5e3e2dca75a271851bd96e90ed1302a92a0f464d (diff) |
$_os is "iOS" for iOS, not "IOS"
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 86db7689270f..884d1c8ca177 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]) |