From 25fd66555055bfbb85510a570a9c6982d806e1b2 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 14 Aug 2000 03:13:09 +0000 Subject: offer --enable-pilot-conduits to add pilot conduits if the user wants 2000-08-13 Chris Toshok * configure.in: offer --enable-pilot-conduits to add pilot conduits if the user wants them. svn path=/trunk/; revision=4833 --- ChangeLog | 5 +++++ configure.in | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 41ab60d113..62a3e2a6a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-08-13 Chris Toshok + + * configure.in: offer --enable-pilot-conduits to add pilot + conduits if the user wants them. + 2000-08-13 Dan Winship * configure.in: Fix the name of the binary to look for for PGP5 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 -- cgit