Don't forget to add -lssl -lcrypto
authorwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 18 Nov 2003 04:00:54 +0000 (04:00 +0000)
committerwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 18 Nov 2003 04:00:54 +0000 (04:00 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@738 cb58f699-b61c-0410-a6fe-9272a202ed29

configure.ac

index fea2833..4c194d0 100644 (file)
@@ -85,7 +85,7 @@ if test "x$PKG_CONFIG" = x || test "x$PKG_CONFIG" = "xno" ; then
     AC_ARG_WITH(openssl, 
             AC_HELP_STRING([--with-openssl=PATH], [where openssl is installed]),
             [if test x_$with_openssl != x_/usr; then
-           SSLLIBS="-L${with_openssl}/lib"
+           SSLLIBS="-L${with_openssl}/lib -lssl -lcrypto"
            SSLFLAGS="-I${with_openssl}/include"
             fi])
 else