diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index b6bab0a..27b2b40 100644 --- a/configure.in +++ b/configure.in | |||
@@ -445,8 +445,7 @@ if ! test x"$with_openssl" = x"no"; then | |||
445 | unset FOUNDINCLUDE | 445 | unset FOUNDINCLUDE |
446 | if test x"$with_openssl" != x"/usr" ; then | 446 | if test x"$with_openssl" != x"/usr" ; then |
447 | CPPFLAGS="$CPPFLAGS -I$with_openssl/include" | 447 | CPPFLAGS="$CPPFLAGS -I$with_openssl/include" |
448 | # Need both to find ssl libraries and to load at runtime | 448 | LDFLAGS="$LDFLAGS -L$with_openssl/lib" |
449 | LDFLAGS="$LDFLAGS -L$with_openssl/lib -R$with_openssl/lib" | ||
450 | fi | 449 | fi |
451 | 450 | ||
452 | dnl check for openssl in $dir/include/openssl | 451 | dnl check for openssl in $dir/include/openssl |