aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-02-28 11:36:55 +0100
committerThomas White <taw@physics.org>2014-02-28 11:36:55 +0100
commit627590fc42d18e44795c47f2968f298318c5038a (patch)
tree53624dd5f7f090479530f1cec827f4e292194acd /configure.ac
parent16c27cc308b624159d0cc9f334e97797e1b854ae (diff)
Introduce cell_explorer
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bf3f119c..16df323d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -307,6 +307,9 @@ AM_CONDITIONAL([BUILD_HDFSEE], test x$have_gdk_pixbuf = xtrue \
-a "x$have_gtk" = "xtrue" \
-a "x$have_cairo" = "xtrue")
+AM_CONDITIONAL([BUILD_EXPLORER], test "x$have_gtk" = "xtrue" \
+ -a "x$have_cairo" = "xtrue")
+
AM_CONDITIONAL([HAVE_CAIRO], test x$have_cairo = xtrue)
AM_CONDITIONAL([HAVE_PANGOCAIRO], test x$have_pangocairo = xtrue)