diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-12-31 18:15:27 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-12-31 18:15:27 +0100 |
commit | bb765041af1ac01b822a08609598d1af901e87f7 (patch) | |
tree | 8695d80d551e963db8d8a0df47d8f8cf1b3ee3af /configure.ac | |
parent | c47ac9992f3274597802cde47922bb9809185eaf (diff) |
gnome-ask-password-agent: require libnotify >= 0.7.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index ff9fe88908..1f3bdc502a 100644 --- a/configure.ac +++ b/configure.ac @@ -359,12 +359,9 @@ AM_CONDITIONAL(HAVE_GTK, [test "$have_gtk" = "yes"]) if test "$have_gtk" = "yes"; then PKG_CHECK_MODULES(LIBNOTIFY, [ libnotify ]) - PKG_CHECK_EXISTS([ libnotify >= 0.7.0 ], [ libnotify07=yes ]) - AC_SUBST(LIBNOTIFY_CFLAGS) AC_SUBST(LIBNOTIFY_LIBS) fi -AM_CONDITIONAL(LIBNOTIFY07, [ test "$libnotify07" = "yes" ]) AM_PROG_VALAC([0.10]) AC_SUBST(VAPIDIR) |