Hoist OpenSSL checks from a number of different places into
authoraland <aland>
Wed, 7 Jan 2004 20:38:16 +0000 (20:38 +0000)
committeraland <aland>
Wed, 7 Jan 2004 20:38:16 +0000 (20:38 +0000)
commit4e070d8f8646694c4e5d3d2cb07aa5a97727c637
tree9b5c812d72c0ce65623e137725f4f74daae9d1b5
parent4ef4e041be862020a2de914c8d0919c93dad3d51
Hoist OpenSSL checks from a number of different places into
the top-level configuration file.  This now exports OPENSSL_INCLUDES
and OPENSSL_LIBS *only* if it decides that it likes what it finds.

This also adds Michael Griego's patch to check for OpenSSL version
greater than or equal to 0.9.7.

The various EAP types now have stupidly simply configuration scripts,
which just look for OPENSSL_INCLUDES and OPENSSL_LIBS, rather than
re-doing all of the header/lib checking themselves.

We've got to apply the same patch to LDAP & X99_Token, but they
still work..
configure
configure.in
src/modules/rlm_eap/types/rlm_eap_sim/config.h.in
src/modules/rlm_eap/types/rlm_eap_sim/configure
src/modules/rlm_eap/types/rlm_eap_sim/configure.in
src/modules/rlm_eap/types/rlm_eap_tls/config.h.in
src/modules/rlm_eap/types/rlm_eap_tls/configure
src/modules/rlm_eap/types/rlm_eap_tls/configure.in
src/modules/rlm_eap/types/rlm_eap_ttls/config.h.in
src/modules/rlm_eap/types/rlm_eap_ttls/configure
src/modules/rlm_eap/types/rlm_eap_ttls/configure.in