From b63034ce3e5ffd46ad37294dabe742d6b23366ba Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 3 Sep 2015 14:42:50 -0400 Subject: Try to fix #16974; bug not in any released version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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], , , -- cgit v1.2.3-54-g00ecf