This commit is contained in:
Brian Wellington
2001-07-11 18:15:03 +00:00
parent e4c7b24ab1
commit ff6b5e8406

4
configure vendored
View File

@@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# From configure.in Revision: 1.269
# From configure.in Revision: 1.271
# libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
## Copyright 1996, 1997, 1998, 1999, 2000, 2001
@@ -2215,7 +2215,7 @@ case "$use_openssl" in
;;
*)
USE_OPENSSL='-DOPENSSL'
DST_OPENSSL_INC="-L$use_openssl/include"
DST_OPENSSL_INC="-I$use_openssl/include"
DNS_OPENSSL_LIBS="-L$use_openssl/lib -lcrypto"
echo "$ac_t""using openssl from $use_openssl/lib and $use_openssl/include" 1>&6
;;