weather: glib is not needed
authorCesare Tirabassi <norsetto@ubuntu.com>
Sat, 18 Jul 2009 04:39:54 +0000 (06:39 +0200)
committerCesare Tirabassi <norsetto@ubuntu.com>
Sat, 18 Jul 2009 04:39:54 +0000 (06:39 +0200)
AUTHORS
configure.ac.in

diff --git a/AUTHORS b/AUTHORS
index 2e6725b..75c5353 100644 (file)
Binary files a/AUTHORS and b/AUTHORS differ
index b236c8d..a56bd6d 100644 (file)
@@ -356,7 +356,6 @@ AC_ARG_ENABLE([weather],
 #
 AM_CONDITIONAL(BUILD_WEATHER, test x$want_weather = xyes)
 if test x$want_weather = xyes; then
-       WANT_GLIB=yes
        PKG_CHECK_MODULES([libcurl], libcurl)
        conky_CFLAGS="$conky_CFLAGS $libcurl_CFLAGS"
        conky_LIBS="$conky_LIBS $libcurl_LIBS"