summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-11-11 08:59:11 +0200
committerTor Lillqvist <tml@iki.fi>2011-11-11 08:59:11 +0200
commit768567e9591cda9bd1345efb1a7eb414c386b8aa (patch)
tree6d47a979ce79fbddf8edd340dbac11612693ee6a /configure.in
parentUpdate iOS examples (diff)
downloadcore-768567e9591cda9bd1345efb1a7eb414c386b8aa.tar.gz
core-768567e9591cda9bd1345efb1a7eb414c386b8aa.zip
No accessible system libxslt for iOS
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a6192a8f2da1..421289be3f46 100644
--- a/configure.in
+++ b/configure.in
@@ -1031,7 +1031,7 @@ AC_ARG_WITH(system-libwpg,
AC_ARG_WITH(system-libxml,
AS_HELP_STRING([--with-system-libxml],
[Use libxml/libxslt already on system.]),,
- [if test "$_os" = "Darwin" -o $_os = "iOS"; then
+ [if test "$_os" = "Darwin"; then
with_system_libxml=yes
else
with_system_libxml="$with_system_libs"