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

54 lines
1.3 KiB
Plaintext
Raw Normal View History

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