From 627590fc42d18e44795c47f2968f298318c5038a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 28 Feb 2014 11:36:55 +0100 Subject: Introduce cell_explorer --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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) -- cgit v1.2.3