From d00624ed1e68173de13912bb3ec5e514c2a8215c Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Bisinger?= Date: Tue, 24 Apr 2007 11:31:40 +0200 Subject: [PATCH] Reinserted the check for openssl on the value specified by the user --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dc5441f..18b02ad 100644 --- a/configure.ac +++ b/configure.ac @@ -151,7 +151,7 @@ if test "$with_ssl" != "no"; then AC_MSG_CHECKING(for OpenSSL) if test -z "$with_openssl" -o x"$with_openssl" = xyes; then - for ac_dir in /usr/local /usr; do + for ac_dir in $with_openssl /usr/local /usr; do if test -f "$ac_dir/include/openssl/ssl.h"; then with_openssl=$ac_dir break; -- 2.11.4.GIT