Skip to content

Commit

Permalink
Fixed OPENSSL_LDFLAGS in autoconf OpenSSL check
Browse files Browse the repository at this point in the history
  • Loading branch information
jgehring committed Feb 10, 2010
1 parent 8e75997 commit 7c77b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/ax_check_openssl.m4
Expand Up @@ -78,7 +78,7 @@ AC_DEFUN([AX_CHECK_OPENSSL], [
AC_MSG_CHECKING([for openssl/ssl.h in $ssldir])
if test -f "$ssldir/include/openssl/ssl.h"; then
OPENSSL_INCLUDES="-I$ssldir/include"
OPENSSL_LDFLAGS="-L $ssldir/lib"
OPENSSL_LDFLAGS="-L$ssldir/lib"
OPENSSL_LIBS="-lssl -lcrypto"
found=true
AC_MSG_RESULT([yes])
Expand Down

0 comments on commit 7c77b44

Please sign in to comment.