diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/curl-confopts.m4 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/m4/curl-confopts.m4 b/m4/curl-confopts.m4 index 69b9a1431..b86e0fc4f 100644 --- a/m4/curl-confopts.m4 +++ b/m4/curl-confopts.m4 @@ -346,10 +346,6 @@ AC_DEFUN([CURL_CHECK_OPTION_RT], [ AC_MSG_RESULT([no]) ;; esac - dnl TODO: may require mutual exclusion - if test "$dontwant_rt" = "yes" && test "$want_thres" = "yes" ; then - AC_MSG_ERROR([options --disable-rt and --enable-thread-resolver are mutually exclusive, at most one can be selected.]) - fi ]) |