diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2017-03-01 03:11:36 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2017-03-02 02:43:10 -0500 |
commit | 5f139d6b6f1de89ed8449a327ed743f5461ac2ec (patch) | |
tree | 0b23e59edcc86c9c38f97c41389ca15fb4c85c0b /m4 | |
parent | 0966ab5bd4ad547c74e1032899c87f7214bc5b73 (diff) | |
download | curl-5f139d6b6f1de89ed8449a327ed743f5461ac2ec.tar.gz |
configure: fix for --enable-pthreads
Better handle options conflicts that can occur if --enable-pthreads.
Bug: https://github.com/curl/curl/pull/1295
Reported-by: Marc-Antoine Perennou
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 ]) |