소스 검색

Allow using libgmp with AppleTLS/WinTLS

Nils Maier 12 년 전
부모
커밋
337d8ac929
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      configure.ac

+ 3 - 1
configure.ac

@@ -420,7 +420,9 @@ if test "x$have_openssl" != "xyes"; then
     fi
   fi
   if test "x$with_libgmp" = "xyes" &&
-     test "x$have_libnettle" = "xyes" &&
+     (test "x$have_libnettle" = "xyes" ||
+      test "x$have_appletls" = "xyes" ||
+      test "x$have_wintls" = "xyes") &&
      test "x$enable_bittorrent" = "xyes"; then
     AC_SEARCH_LIBS([__gmpz_init], [gmp], [have_libgmp=yes], [have_libgmp=no])
     if test "x$have_libgmp" = "xyes"; then