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 | 081a50bc09a07e72cd09b084ce7b015f916ab388 (patch) | |
tree | e496185cae6811f7e909ba2291e970198c671626 /configure | |
parent | 70eb9a740815d7eeb64092d8ae53b189c73420e5 (diff) |
Revert ax_check_openssl.m4 and instead compensate for Ubuntu weirdness in config.sml
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12348,7 +12348,7 @@ $as_echo_n "checking for openssl/ssl.h in $ssldir... " >&6; } 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 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } |