diff configure @ 1666:df8f18d50746

Revert ax_check_openssl.m4 and instead compensate for Ubuntu weirdness in config.sml
author Adam Chlipala <adam@chlipala.net>
date Mon, 09 Jan 2012 08:38:53 -0500
parents 28b9b3d9414f
children 61421ab6be36
line wrap: on
line diff
--- a/configure	Sun Jan 08 15:47:05 2012 -0500
+++ b/configure	Mon Jan 09 08:38:53 2012 -0500
@@ -12348,7 +12348,7 @@
             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; }