diff options
author | Thomas White <taw@physics.org> | 2011-07-08 17:56:15 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:32 +0100 |
commit | f2473f3f3c29b6d4b1193393c77ca4d21921be4e (patch) | |
tree | 7ddf1d229ca8672df4410cc6ff89eeb6a0461433 /configure.ac | |
parent | 06238f6deee66dc1a90920f335cab5af88e6693c (diff) |
Add scaling report skeleton
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 |