diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-23 22:35:33 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-23 23:45:20 +0300 |
commit | 65b19ef785965d4635c4bf95c6b3c18b9cdcb9bf (patch) | |
tree | 9b8ee62aaf572ae10d34c7a1e15b849ff0835ec9 | |
parent | 9a6fb0f6229896c0fca1e904cb99b70d67c4647f (diff) |
No CUPS on iOS
-rwxr-xr-x | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 7673bcdc9721..5e7790fc45e0 100755 --- a/configure.in +++ b/configure.in @@ -1558,6 +1558,7 @@ darwin*) # Mac OS X or iOS if test "$host_cpu" = "arm"; then _os=iOS test_gtk=no + test_cups=no else _os=Darwin fi |