Revert "weather: glib is not needed"
authorCesare Tirabassi <norsetto@ubuntu.com>
Sat, 18 Jul 2009 04:47:17 +0000 (06:47 +0200)
committerCesare Tirabassi <norsetto@ubuntu.com>
Sat, 18 Jul 2009 04:47:17 +0000 (06:47 +0200)
This reverts commit d9cb0954416c0ddfb171f83da6c31232e4e1cf7c.

AUTHORS
configure.ac.in

diff --git a/AUTHORS b/AUTHORS
index 75c5353..2e6725b 100644 (file)
Binary files a/AUTHORS and b/AUTHORS differ
index a56bd6d..b236c8d 100644 (file)
@@ -356,6 +356,7 @@ 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"