diff options
author | Matthew Schick <matt@breakmygentoo.net> | 2005-01-12 21:49:51 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-12 21:49:51 +0800 |
commit | a27be014985599ab073926bbf676846bdb2657c3 (patch) | |
tree | 16fde30d97373027a75665ef3af9a43dc88b8d18 /configure.ac | |
parent | 4e924a040d0329795205ab8ba40626b8a9a9f2b5 (diff) | |
download | gsoc2013-epiphany-a27be014985599ab073926bbf676846bdb2657c3.tar.gz gsoc2013-epiphany-a27be014985599ab073926bbf676846bdb2657c3.tar.zst gsoc2013-epiphany-a27be014985599ab073926bbf676846bdb2657c3.zip |
Remove unnecessary line from DBUS configure check.
2005-01-12 Matthew Schick <matt@breakmygentoo.net>
* configure.ac:
Remove unnecessary line from DBUS configure check.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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], |