disable check for openssl/engine.h in configure so that the package can be backported to whiterussian.

SVN-Revision: 3889
This commit is contained in:
Nicolas Thill 2006-06-01 23:28:42 +00:00
parent cbe5bcbf5b
commit 246990d38b

View file

@ -0,0 +1,24 @@
diff -ruN freeradius-1.1.1-old/configure freeradius-1.1.1-new/configure
--- freeradius-1.1.1-old/configure 2006-05-21 19:44:54.000000000 +0200
+++ freeradius-1.1.1-new/configure 2006-06-02 01:07:28.000000000 +0200
@@ -7150,7 +7150,7 @@
openssl/ssl.h \
openssl/crypto.h \
openssl/err.h \
- openssl/engine.h
+
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
diff -ruN freeradius-1.1.1-old/configure.in freeradius-1.1.1-new/configure.in
--- freeradius-1.1.1-old/configure.in 2006-02-06 13:50:52.000000000 +0100
+++ freeradius-1.1.1-new/configure.in 2006-06-02 01:07:19.000000000 +0200
@@ -574,7 +574,7 @@
openssl/ssl.h \
openssl/crypto.h \
openssl/err.h \
- openssl/engine.h,
+ ,
[],
OPENSSL_LIBS=
)