From 3dd0749cee604a91aa7204d816fc4974fbcbde36 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 14 Oct 2009 10:35:48 +0200 Subject: [PATCH] configure.in: Fix auxiliary NetApp libraries. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d21df3cd..9ab3006e 100644 --- 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]) -- 2.11.0