aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e19fdc99..993c2a27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -466,6 +466,8 @@ if test "x$CAIRO" = xyes; then
466 AC_MSG_ERROR([Cairo support required but not present]) 466 AC_MSG_ERROR([Cairo support required but not present])
467 fi 467 fi
468 AC_DEFINE(HAVE_CAIRO, 1, [Have Cairo support]) 468 AC_DEFINE(HAVE_CAIRO, 1, [Have Cairo support])
469else
470 AC_DEFINE(HAVE_CAIRO, 0)
469fi 471fi
470AC_MSG_RESULT([$CAIRO]) 472AC_MSG_RESULT([$CAIRO])
471AM_CONDITIONAL(HAVE_CAIRO, [test "x$CAIRO" = xyes]) 473AM_CONDITIONAL(HAVE_CAIRO, [test "x$CAIRO" = xyes])