diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-11-17 13:19:10 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-11-17 13:19:10 +0100 |
commit | 230e5a3fb08c5784c451e611a6987adafac1250e (patch) | |
tree | 5956ce7056e0acd04e181cf866a1580b70eef8f1 /configure.ac | |
parent | afe635e71838c9e62e25a928cbcefc343744dda5 (diff) |
Revert "update TODO"
This reverts commit afe635e71838c9e62e25a928cbcefc343744dda5.
Oops, libnotify should not have been in here.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d0838516e1..d29e2d8a3b 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 ]) + PKG_CHECK_MODULES(LIBNOTIFY, [ libnotify >= 0.7.0 ]) AC_SUBST(LIBNOTIFY_CFLAGS) AC_SUBST(LIBNOTIFY_LIBS) fi -AM_PROG_VALAC([0.9]) +AM_PROG_VALAC([0.11]) AC_SUBST(VAPIDIR) AM_CONDITIONAL(HAVE_VALAC, test x"$VALAC" != x) |