projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f0509e
)
configure.ac: Check for newest liblvm2app symbol needed by lvm
author
Benjamin Gilbert
<bgilbert@cs.cmu.edu>
Thu, 29 May 2014 04:15:34 +0000
(
00:15
-0400)
committer
Benjamin Gilbert
<bgilbert@cs.cmu.edu>
Thu, 29 May 2014 04:15:34 +0000
(
00:15
-0400)
lvm_lv_get_property() was added in 2.02.75.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
9439a29
..
5bf2872
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2260,7
+2260,7
@@
then
CPPFLAGS="$CPPFLAGS $with_liblvm2app_cppflags"
LDFLAGS="$LDFLAGS $with_liblvm2app_ldflags"
- AC_CHECK_LIB(lvm2app, lvm_
init, [with_liblvm2app="yes"], [with_liblvm2app="no (Symbol 'lvm_init
' not found)"])
+ AC_CHECK_LIB(lvm2app, lvm_
lv_get_property, [with_liblvm2app="yes"], [with_liblvm2app="no (Symbol 'lvm_lv_get_property
' not found)"])
CPPFLAGS="$SAVE_CPPFLAGS"
LDFLAGS="$SAVE_LDFLAGS"