eog r4845 - trunk



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]