configure.in: Fix auxiliary NetApp libraries.
authorFlorian Forster <octo@noris.net>
Wed, 14 Oct 2009 08:35:48 +0000 (10:35 +0200)
committerFlorian Forster <octo@noris.net>
Wed, 14 Oct 2009 08:35:48 +0000 (10:35 +0200)
configure.in

index d21df3c..9ab3006 100644 (file)
@@ -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])