diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-07-16 13:59:54 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-07-16 13:59:54 +0200 |
| commit | 3ba02608cf834400414e85211a81e83873524df1 (patch) | |
| tree | 08b6cd9d1c7e6ffb5a7431e824e8c28a85df6291 | |
| parent | 49b14e7bf5eb6256b69e6da66fbf7a0bca383038 (diff) | |
Require libstartup-notification 0.8
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c06fdaa6..3ebbdb9a 100644 --- a/configure.ac +++ b/configure.ac @@ -96,7 +96,7 @@ AC_ARG_ENABLE(startup-notification, ) if test "$enable_sn" = yes; then -PKG_CHECK_MODULES(LIBSN, [libstartup-notification-1.0], +PKG_CHECK_MODULES(LIBSN, [libstartup-notification-1.0 >= 0.8], [ AC_DEFINE(USE_LIBSN, [1], [Use startup-notification]) AC_SUBST(LIBSN_CFLAGS) |
