Stupid, stupid autoconf

2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in (CC_USE_BONOBO_CONF): Stupid, stupid autoconf
This commit is contained in:
Bradford Hovinen 2001-07-26 17:32:36 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 804c0a33d5
commit 976d256386
2 changed files with 3 additions and 3 deletions

View file

@ -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 <chema@celorio.com>

View file

@ -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