Ok, when checking for old-style SSLeay headers we cannot just use
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 May 2006 21:37:58 +0000 (21:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 May 2006 21:37:58 +0000 (21:37 +0000)
commitd99c20f62876457ca6880d706825e68f695bda18
tree7b4a75a5597629bd92625802650514bf645554b0
parent973ed24dc8e3d361c135d284e01086ce9c7b3ec5
Ok, when checking for old-style SSLeay headers we cannot just use
AC_CHECK_HEADERS() and the action-if-found since that action is run even if
just one of the six headers is found and I just now fell over a case with
a duplicate file name (a krb4 implementation with an err.h file).

I converted the check to manually make sure three of the headers are present
before considering them fine.
configure.ac