diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index eaac7a4b..d390602a 100644 --- a/configure.ac +++ b/configure.ac @@ -239,6 +239,8 @@ AM_CONDITIONAL([BUILD_HDFSEE], test x$have_gdk_pixbuf = xtrue \ AM_CONDITIONAL([BUILD_CUBEIT], test x$have_cairo = xtrue \ -a x$have_libpng = xtrue) +AM_CONDITIONAL([HAVE_CAIRO], test x$have_cairo = xtrue) + gl_IGNORE_UNUSED_LIBRARIES |