소스 검색

Try to fix #16974; bug not in any released version

Nick Mathewson 9 년 전
부모
커밋
b63034ce3e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      configure.ac

+ 1 - 1
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], , ,