git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Testsuite: Move 2040 to 1101 (hanging pipelining connections)
[users/jgh/exim.git]
/
test
/
configure
diff --git
a/test/configure
b/test/configure
index 57b714b4c1d99c2a1415e6a8f07561bb29ed743b..bfe6363249b733c0de93c3ed8aa771462fc87f92 100755
(executable)
--- a/
test/configure
+++ b/
test/configure
@@
-625,8
+625,9
@@
LIBOBJS
LOADED_OPT
LOADED
B64_GNUTLS
LOADED_OPT
LOADED
B64_GNUTLS
+CLIENT_ANYTLS
CLIENT_GNUTLS
CLIENT_GNUTLS
-CLIENT_SSL
+CLIENT_
OPEN
SSL
BIND_8_COMPAT
EGREP
GREP
BIND_8_COMPAT
EGREP
GREP
@@
-3295,7
+3296,8
@@
if test "x$ac_cv_header_openssl_crypto_h" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_OPENSSL_CRYPTO_H 1
_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_OPENSSL_CRYPTO_H 1
_ACEOF
- CLIENT_SSL=bin/client-ssl
+ CLIENT_OPENSSL=bin/client-ssl
+ CLIENT_ANYTLS=bin/client-anytls
fi
done
fi
done
@@
-3308,6
+3310,7
@@
if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
#define HAVE_GNUTLS_GNUTLS_H 1
_ACEOF
CLIENT_GNUTLS=bin/client-gnutls
#define HAVE_GNUTLS_GNUTLS_H 1
_ACEOF
CLIENT_GNUTLS=bin/client-gnutls
+ CLIENT_ANYTLS=bin/client-anytls
fi
done
fi
done