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 6556ecd..4e65c52 100644 --- a/configure.in +++ b/configure.in | |||
@@ -444,7 +444,7 @@ if ! test x"$with_openssl" = x"no"; then | |||
444 | unset FOUNDINCLUDE | 444 | unset FOUNDINCLUDE |
445 | if test x"$with_openssl" != x"/usr" ; then | 445 | if test x"$with_openssl" != x"/usr" ; then |
446 | CPPFLAGS="$CPPFLAGS -I$with_openssl/include" | 446 | CPPFLAGS="$CPPFLAGS -I$with_openssl/include" |
447 | LDFLAGS="$LDFLAGS -R$with_openssl/lib" | 447 | LDFLAGS="$LDFLAGS -L$with_openssl/lib" |
448 | fi | 448 | fi |
449 | 449 | ||
450 | dnl check for openssl in $dir/include/openssl | 450 | dnl check for openssl in $dir/include/openssl |