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

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"