diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2008-11-12 Callum McKenzie <callum@spooky-possum.org> + + * configure.in: The real NetworkManager dependence is 0.7. + 2008-11-11 Callum McKenzie <callum@spooky-possum.org> * configure.in: Check for NetworkManager (used by gweather if it diff --git a/configure.in b/configure.in index 6f898097d..f195ecde6 100644 --- a/configure.in +++ b/configure.in @@ -36,7 +36,7 @@ GWEATHER_REQUIRED=2.22.1 GUCHARMAP2_REQUIRED=2.23.0 GUCHARMAP_REQUIRED=1.4.0 POLKIT_REQUIRED=0.7 -NETWORKMANAGER_REQUIRED=0.6 +NETWORKMANAGER_REQUIRED=0.7 dnl *************************************************************************** AM_MAINTAINER_MODE |