projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1318b0
)
configure: Fixed check for AM_PATH_LIBCCRYPT
author
Yoga Ramalingam
<yramalingam1@bloomberg.net>
Mon, 8 Dec 2014 18:09:47 +0000
(13:09 -0500)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 22 Dec 2014 14:54:36 +0000
(15:54 +0100)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
b00df81
..
f6203d9
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1861,7
+1861,7
@@
then
[with_libgcrypt="no (symbol gcry_md_hash_buffer not found)"])
if test "$with_libgcrypt" != "no"; then
-
AM_PATH_LIBGCRYPT(1:1.2.0,,with_libgcrypt="no (version 1.2.0+ required)"
)
+
m4_ifdef([AM_PATH_LIBGCRYPT],[AM_PATH_LIBGCRYPT(1:1.2.0,,with_libgcrypt="no (version 1.2.0+ required)")]
)
GCRYPT_CPPFLAGS="$LIBGCRYPT_CPPFLAGS $LIBGCRYPT_CFLAGS"
GCRYPT_LIBS="$LIBGCRYPT_LIBS"
fi