eog r4846 - branches/gnome-2-24
- From: friemann svn gnome org
- To: svn-commits-list gnome org
- Subject: eog r4846 - branches/gnome-2-24
- Date: Tue, 21 Oct 2008 14:54:36 +0000 (UTC)
Author: friemann
Date: Tue Oct 21 14:54:36 2008
New Revision: 4846
URL: http://svn.gnome.org/viewvc/eog?rev=4846&view=rev
Log:
2008-10-21 Felix Riemann <friemann svn gnome org>
* configure.ac: Fix warning about unknown options when compiling
without DBus.
Modified:
branches/gnome-2-24/ChangeLog
branches/gnome-2-24/configure.ac
Modified: branches/gnome-2-24/configure.ac
==============================================================================
--- branches/gnome-2-24/configure.ac (original)
+++ branches/gnome-2-24/configure.ac Tue Oct 21 14:54:36 2008
@@ -210,7 +210,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]