summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-06-04 18:29:42 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-06-04 20:51:05 +0100
commitdf5a73a9e3d44dd8a0af8c61552cdc14ca83bf2d (patch)
tree1f9935ebf2b7fe06cafb1ecb652e20aff1f7265a /configure.ac
parent34c1b7bdd0bca4753f66a7d17ef46647a64a319e (diff)
vcl: add a console-only mode to avoid problems on Mac for gengal.
Change-Id: Ie5332330e6f398c3cd7e58df9b12fac121f5426f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 251ee50a0989..1676298fae44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2244,7 +2244,7 @@ if test -n "${with_galleries}"; then
AC_MSG_ERROR([unknown value --with-galleries=$with_galleries])
fi
else
- if test $_os != iOS -a $_os != Android -a $_os != Darwin; then
+ if test $_os != iOS -a $_os != Android; then
WITH_GALLERY_BUILD=YES
AC_MSG_RESULT([internal src images for desktop])
else