aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 62f2c61184..ebeb4942d2 100644
--- a/configure.in
+++ b/configure.in
@@ -348,8 +348,12 @@ AC_SUBST(BONOBO_VFS_GNOME_CFLAGS)
dnl ******************************
dnl Pilot checking
dnl ******************************
+AC_ARG_ENABLE(pilot-conduits,
+[ --enable-pilot-conduits=[no/yes] Enable support for building pilot conduits.],,enable_pilot_conduits=no)
+if test "x$enable_pilot_conduits" = "xyes"; then
GNOME_PILOT_CHECK
-
+fi
+AM_CONDITIONAL(ENABLE_PILOT_CONDUITS, test "x$enable_pilot_conduits" = "xyes")
dnl ******
dnl XML