diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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="") |