Kaydet (Commit) 143974d6 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

$_os is "iOS" for iOS, not "IOS"

üst 5e3e2dca
......@@ -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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment