diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/configure.ac b/configure.ac index 7fb1a2ae..9591faaa 100644 --- a/configure.ac +++ b/configure.ac @@ -244,7 +244,7 @@ AC_SUBST(XML2_LIBS)   dnl -- check for libmateweather (required for mateweather applet) ------------------  build_libmateweather_applets=false -PKG_CHECK_MODULES(LIBMATEWEATHER, mateweather >= 1.6.1, +PKG_CHECK_MODULES(LIBMATEWEATHER, mateweather >= 1.16.0,  	          build_libmateweather_applets=true,  		  AC_MSG_WARN([libmateweather not found. Not building the weather applet.]))  AC_SUBST(LIBMATEWEATHER_CFLAGS) | 
