summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-12-03 04:46:15 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-12-03 05:14:16 -0600
commit810d21d845b24cc046177059f9f72e20d9b308b6 (patch)
tree075ed282043763a654321f05a964bb1821d93ee4
parentb84a7448a56177d38c710f1687355a2f8b814bef (diff)
disable cairo on MacOS
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f955fe3fd39a..c2129c102827 100644
--- a/configure.in
+++ b/configure.in
@@ -1628,6 +1628,7 @@ case "$build_os" in
test_gtk=yes
test_randr=no
test_freetype=no
+ test_cairo=no
_os=Darwin
if test "$enable_systray" = "yes" && test "$enable_gtk" != "no"; then
AC_MSG_WARN([Disabling gtk-quickstarter - not supported on Mac. Use --disable-systray])