projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93844da
)
configure.in: Fix auxiliary NetApp libraries.
author
Florian Forster
<octo@noris.net>
Wed, 14 Oct 2009 08:35:48 +0000
(10:35 +0200)
committer
Florian Forster
<octo@noris.net>
Wed, 14 Oct 2009 08:35:48 +0000
(10:35 +0200)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
d21df3c
..
9ab3006
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1991,7
+1991,7
@@
then
if test "x$LIBNETAPP_LIBS" = "x"
then
- LIBNETAPP_LIBS="-lpthread -lxml -ladt -lssl -lm"
+ LIBNETAPP_LIBS="-lpthread -lxml -ladt -lssl -lm
-lcrypto -lz
"
fi
AC_MSG_NOTICE([netapp LIBS: $LIBNETAPP_LIBS])