projects
/
catta
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2462c96
)
build-sys: require libdaemon 0.14 -- see #317
author
Lennart Poettering
<lennart@poettering.net>
Fri, 16 Jul 2010 18:30:15 +0000
(20:30 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 16 Jul 2010 18:30:15 +0000
(20:30 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 411961ab1f060075a855272e11f336162107bf68..f4a255f7059792aaf5db6e605e24905d5135fc83 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-770,7
+770,7
@@
AC_ARG_ENABLE(libdaemon,
[HAVE_LIBDAEMON=yes])
if test "x$HAVE_LIBDAEMON" = "xyes" ; then
- PKG_CHECK_MODULES(LIBDAEMON, [ libdaemon >= 0.1
1
])
+ PKG_CHECK_MODULES(LIBDAEMON, [ libdaemon >= 0.1
4
])
AC_SUBST(LIBDAEMON_CFLAGS)
AC_SUBST(LIBDAEMON_LIBS)
fi