mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
2d22e4ab26
Submitted by: obrien
14 lines
451 B
Plaintext
14 lines
451 B
Plaintext
--- configure.in.orig Thu Sep 27 01:03:56 2001
|
|
+++ configure.in Mon Apr 29 13:20:27 2002
|
|
@@ -200,7 +200,9 @@
|
|
done
|
|
if test "$ac_found_openssl_lib_dir" != "no"; then
|
|
echo "found in $ac_found_openssl_lib_dir"
|
|
- INCLUDES="-I$ac_found_openssl_inc_dir $INCLUDES"
|
|
+ if test "$ac_found_openssl_inc_dir" != "/usr/include"; then
|
|
+ INCLUDES="-I$ac_found_openssl_inc_dir $INCLUDES"
|
|
+ fi
|
|
DEFINES="-DOPENSSL $DEFINES"
|
|
else
|
|
echo "not found."
|