mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
f8c6ebf7e7
PR: 12018 Submitted by: maintainer
14 lines
469 B
Plaintext
14 lines
469 B
Plaintext
*** configure.in.orig Tue Apr 27 18:38:28 1999
|
|
--- configure.in Thu Jun 3 11:24:20 1999
|
|
***************
|
|
*** 16,21 ****
|
|
--- 16,23 ----
|
|
SSLDIR="/usr/local/ssl"
|
|
test -f $SSLDIR/include/ssl.h || SSLDIR="/usr/lib/ssl"
|
|
test -f $SSLDIR/include/ssl.h || SSLDIR="/usr"
|
|
+ test -f $SSLDIR/include/ssl.h || SSLDIR="/usr/local"
|
|
+ test -f $SSLDIR/include/openssl/ssl.h || SSLDIR="/usr/local"
|
|
AC_MSG_RESULT($SSLDIR)
|
|
AC_SUBST(SSLDIR)
|
|
AC_DEFINE_UNQUOTED(SSLDIR, "$SSLDIR")
|