diff options
author | Adam Chlipala <adam@chlipala.net> | 2012-01-09 08:38:53 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2012-01-09 08:38:53 -0500 |
commit | 2c3aac20704cae4cb8ba864b685f2763bf8b62ca (patch) | |
tree | e496185cae6811f7e909ba2291e970198c671626 /m4 | |
parent | f68c7505131065f210a53bd9ba5a6dd2c8e60c08 (diff) |
Revert ax_check_openssl.m4 and instead compensate for Ubuntu weirdness in config.sml
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ax_check_openssl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_check_openssl.m4 b/m4/ax_check_openssl.m4 index e653e8b9..065fff85 100644 --- a/m4/ax_check_openssl.m4 +++ b/m4/ax_check_openssl.m4 @@ -79,7 +79,7 @@ AC_DEFUN([AX_CHECK_OPENSSL], [ if test -f "$ssldir/include/openssl/ssl.h"; then OPENSSL_INCLUDES="-I$ssldir/include" OPENSSL_LDFLAGS="-L$ssldir/lib" - OPENSSL_LIBS=" -lcrypto -lssl" + OPENSSL_LIBS="-lssl -lcrypto" found=true AC_MSG_RESULT([yes]) break |