]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Try to fix #16974; bug not in any released version
authorNick Mathewson <nickm@torproject.org>
Thu, 3 Sep 2015 18:42:50 +0000 (14:42 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 3 Sep 2015 18:42:50 +0000 (14:42 -0400)
configure.ac

index 984a7084b3bec4519c47803aab6de9dc38160eb9..eacb60e4b8e5ea6b25ec9af142bb958183730908 100644 (file)
@@ -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], , ,