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:
parent
804c0a33d5
commit
976d256386
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue