mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 07:38:20 +02:00
2006-03-03 Robert Love <rml@novell.com>
* configure.in: Require DBUS 0.60 or later. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1543 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
f5876bbd07
commit
63c82d4edf
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2006-03-03 Robert Love <rml@novell.com>
|
||||
|
||||
* configure.in: Require DBUS 0.60 or later.
|
||||
|
||||
2006-03-03 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
Fix a crash if an "Other wireless network" was chosen, failed, then
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ fi
|
|||
IWLIB=-liw
|
||||
AC_SUBST(IWLIB)
|
||||
|
||||
PKG_CHECK_MODULES(DBUS, dbus-glib-1 >= 0.22)
|
||||
PKG_CHECK_MODULES(DBUS, dbus-glib-1 >= 0.60)
|
||||
|
||||
##### Find out the version of DBUS we're using
|
||||
dbus_version=`pkg-config --modversion dbus-1`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue