From 1f4d1db93534a70ca729e5bd23be0a792502bf12 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 7 Sep 2001 14:56:48 +0000 Subject: one-line OpenSSL fix from Yanko Kaneti * configure.in: one-line OpenSSL fix from Yanko Kaneti svn path=/trunk/; revision=12674 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index ba3fb02552..126d29d95f 100644 --- a/configure.in +++ b/configure.in @@ -920,7 +920,7 @@ if test "x${msg_nss}" != "xyes"; then case $with_openssl_libs in ""|-L*) ;; - *) $with_openssl_libs="-L$with_openssl_libs" ;; + *) with_openssl_libs="-L$with_openssl_libs" ;; esac AC_CHECK_LIB(dl, dlopen, DL_LDFLAGS="-ldl", DL_LDFLAGS="") -- cgit v1.2.3