1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/security/stunnel/files/patch-ac
Steve Price a94d68c6ab Update to version 3.8.
PR:		17792
Submitted by:	Keith Ray <kmray@slb.com>
2000-04-30 20:01:47 +00:00

54 lines
1.3 KiB
Plaintext

*** configure.orig Tue Apr 4 11:11:36 2000
--- configure Tue Apr 4 11:11:40 2000
***************
*** 935,941 ****
checkssldir() { :
! if test -d "$1/certs"; then
if test -f "$1/include/openssl/ssl.h"; then
cat >> confdefs.h <<\EOF
#define HAVE_OPENSSL 1
--- 935,941 ----
checkssldir() { :
! # if test -d "$1/certs"; then
if test -f "$1/include/openssl/ssl.h"; then
cat >> confdefs.h <<\EOF
#define HAVE_OPENSSL 1
***************
*** 948,954 ****
ssldir="$1"
return 0
fi
! fi
return 1
}
--- 948,954 ----
ssldir="$1"
return 0
fi
! # fi
return 1
}
***************
*** 1260,1266 ****
echo $ac_n "checking for RSAref library""... $ac_c" 1>&6
echo "configure:1262: checking for RSAref library" >&5
saved_LIBS="$LIBS"
! LIBS="$saved_LIBS -lRSAglue -lrsaref"
cat > conftest.$ac_ext <<EOF
#line 1266 "configure"
#include "confdefs.h"
--- 1260,1266 ----
echo $ac_n "checking for RSAref library""... $ac_c" 1>&6
echo "configure:1262: checking for RSAref library" >&5
saved_LIBS="$LIBS"
! LIBS="$saved_LIBS -lRSAglue -L${prefix}/lib -lrsaref"
cat > conftest.$ac_ext <<EOF
#line 1266 "configure"
#include "confdefs.h"