diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2005-01-12 Matthew Schick <matt@breakmygentoo.net> + + * configure.ac: + + Remove unnecessary line from DBUS configure check. + 2005-01-11 Adam Hooper <adamh@cvs.gnome.org> * embed/ephy-embed-single.c: (ephy_embed_single_iface_init): diff --git a/configure.ac b/configure.ac index 961b22c8e..f5d7d1e8c 100644 --- a/configure.ac +++ b/configure.ac @@ -493,7 +493,6 @@ dnl **** AC_MSG_CHECKING([whether DBUS support is requested]) -enable_dbus=no AC_ARG_ENABLE([dbus], AS_HELP_STRING([--enable-dbus],[Enable DBUS (default=no)]), [enable_dbus=$enableval], |