]> granicus.if.org Git - curl/commit
configure: Allow disabling pthreads, fall back on Win32 threads
authorJay Satiro <raysatiro@yahoo.com>
Sun, 12 Feb 2017 19:50:56 +0000 (14:50 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 14 Feb 2017 07:36:20 +0000 (02:36 -0500)
commitc1071283e88c1bef63b934cb91cb6eadd70f5507
treec27c8f343acf7a726a99f40780242bdedb53e98a
parentbde1e2e09b5371cadadc33294592d2bc8188f167
configure: Allow disabling pthreads, fall back on Win32 threads

When the threaded resolver option is specified for configure the default
thread library is pthreads. This change makes it possible to
--disable-pthreads and then configure can fall back on Win32 threads for
native Windows builds.

Closes https://github.com/curl/curl/pull/1260
configure.ac