summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-03 14:42:50 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-03 14:42:50 -0400
commitb63034ce3e5ffd46ad37294dabe742d6b23366ba (patch)
tree7bfc8d16cd736885617290f09076cec09ce0bc0c /configure.ac
parentffb56863aa82ca55c8a98853a9258a04e6f927e0 (diff)
downloadtor-b63034ce3e5ffd46ad37294dabe742d6b23366ba.tar.gz
tor-b63034ce3e5ffd46ad37294dabe742d6b23366ba.zip
Try to fix #16974; bug not in any released version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 984a7084b3..eacb60e4b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -639,7 +639,7 @@ AC_TRY_COMPILE([
#error "too old"
#endif
], [],
- [ ],
+ [ /bin/true ],
[ AC_ERROR([OpenSSL is too old. We require 1.0.0 or later. You can specify a path to a newer one with --with-openssl-dir.]) ])
AC_CHECK_MEMBERS([struct ssl_method_st.get_cipher_by_char], , ,