This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b589f4f89bff20d54682cc6b49efa86feac8adb4
Author: Marcel Holtmann <[EMAIL PROTECTED]>
Date:   Sat Sep 13 23:15:10 2008 +0200

    Require dbus-glib version with timeout support


Diff in this email is a maximum of 400 lines.
diff --git a/configure.ac b/configure.ac
index 30eb326..de35204 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,8 +47,8 @@ AC_ARG_ENABLE(pie, AC_HELP_STRING([--enable-pie],
        fi
 ])
 
-PKG_CHECK_MODULES(DBUS, dbus-glib-1 >= 0.70, dummy=yes,
-                               AC_MSG_ERROR(dbus-glib > = 0.70 is required))
+PKG_CHECK_MODULES(DBUS, dbus-glib-1 >= 0.73, dummy=yes,
+                               AC_MSG_ERROR(dbus-glib > = 0.73 is required))
 AC_SUBST(DBUS_CFLAGS)
 AC_SUBST(DBUS_LIBS)
 
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits

Reply via email to