eog r4845 - trunk
- From: friemann svn gnome org
- To: svn-commits-list gnome org
- Subject: eog r4845 - trunk
- Date: Tue, 21 Oct 2008 14:54:32 +0000 (UTC)
Author: friemann
Date: Tue Oct 21 14:54:32 2008
New Revision: 4845
URL: http://svn.gnome.org/viewvc/eog?rev=4845&view=rev
Log:
2008-10-21 Felix Riemann <friemann svn gnome org>
* configure.ac: Fix warning about unknown options when compiling
without DBus.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Oct 21 14:54:32 2008
@@ -206,7 +206,7 @@
DBUS_GLIB_REQUIRED=0.71
-AC_ARG_WITH([dbus-glib-1], AC_HELP_STRING([--without-dbus], [disable dbus based activation]))
+AC_ARG_WITH([dbus], AC_HELP_STRING([--without-dbus], [disable dbus based activation]))
have_dbus=no
if test x$with_dbus != xno; then
PKG_CHECK_MODULES([DBUS], [dbus-glib-1 >= $DBUS_GLIB_REQUIRED], have_dbus=yes, have_dbus=no)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]