]> granicus.if.org Git - curl/commit
configure: add --disable-rt option
authorMichał Fita <michal.fita@gmail.com>
Thu, 23 Jul 2015 09:38:49 +0000 (10:38 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Jul 2015 22:09:29 +0000 (00:09 +0200)
commitcee21eb6a7752f90fe3e2ee260a31ce0a9eeaaa0
tree1ea3ef2efdbfaa2c5b59b65f6b8d7c9459b9c00f
parentda650c1e544e3ebb7d43332d0570cd34d31e08b3
configure: add --disable-rt option

This option disables any attempts in configure to create dependency on
stuff requiring linking to librt.so and libpthread.so, in this case this
means clock_gettime(CLOCK_MONOTONIC, &mt).

We were in need to build curl which doesn't link libpthread.so to avoid
the following bug:
https://sourceware.org/bugzilla/show_bug.cgi?id=16628.
acinclude.m4
configure.ac
m4/curl-confopts.m4