projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b14e7
)
Require libstartup-notification 0.8
author
Mikael Magnusson
<mikachu@comhem.se>
Mon, 16 Jul 2007 11:59:54 +0000
(13:59 +0200)
committer
Mikael Magnusson
<mikachu@comhem.se>
Mon, 16 Jul 2007 11:59:54 +0000
(13:59 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c06fdaa619fe24997a45e1ffe33ce0d9133f81a5..3ebbdb9a9e422ab5a4fe830f5a2bc12e2b2b5c0c 100644
(file)
--- 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)