From 976d2563862ff96366d13f33e1a9122e45dbc745 Mon Sep 17 00:00:00 2001 From: Bradford Hovinen Date: Thu, 26 Jul 2001 17:32:36 +0000 Subject: [PATCH] Stupid, stupid autoconf 2001-07-26 Bradford Hovinen * configure.in (CC_USE_BONOBO_CONF): Stupid, stupid autoconf --- ChangeLog | 1 + configure.in | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e024b142c..428108d7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * configure.in (AC_ARG_ENABLE): Fix problem where meaning of --enable-bonobo-conf was the opposite of what it should have been + (CC_USE_BONOBO_CONF): Stupid, stupid autoconf 2001-07-25 Chema Celorio diff --git a/configure.in b/configure.in index c077495de..e26b22f8d 100644 --- a/configure.in +++ b/configure.in @@ -94,11 +94,10 @@ dnl ============================================== dnl Check for --enable-bonobo-conf option dnl ============================================== -CC_USE_BONOBO_CONF=yes - AC_ARG_ENABLE(bonobo-conf,[ --disable-bonobo-conf Disable bonobo-conf support in the capplets],[ -],[ CC_USE_BONOBO_CONF=no +],[ +CC_USE_BONOBO_CONF=yes ]) if test "x$CC_USE_BONOBO_CONF" = "xyes"; then