1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/security/stunnel/files/patch-ac
Steve Price f8c6ebf7e7 Update to version 3.2.
PR:		12018
Submitted by:	maintainer
1999-06-06 16:55:02 +00:00

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")