From afe635e71838c9e62e25a928cbcefc343744dda5 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 17 Nov 2010 11:58:42 +0100 Subject: update TODO --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d29e2d8a3b..d0838516e1 100644 --- a/configure.ac +++ b/configure.ac @@ -256,12 +256,12 @@ if test "$have_gtk" = "yes"; then AC_SUBST(DBUSGLIB_CFLAGS) AC_SUBST(DBUSGLIB_LIBS) - PKG_CHECK_MODULES(LIBNOTIFY, [ libnotify >= 0.7.0 ]) + PKG_CHECK_MODULES(LIBNOTIFY, [ libnotify ]) AC_SUBST(LIBNOTIFY_CFLAGS) AC_SUBST(LIBNOTIFY_LIBS) fi -AM_PROG_VALAC([0.11]) +AM_PROG_VALAC([0.9]) AC_SUBST(VAPIDIR) AM_CONDITIONAL(HAVE_VALAC, test x"$VALAC" != x) -- cgit v1.2.3-54-g00ecf