]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: fix --disable-rt
authorDaniel Stenberg <daniel@haxx.se>
Thu, 3 Apr 2025 08:12:53 +0000 (10:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 3 Apr 2025 09:10:47 +0000 (11:10 +0200)
commit6e00db58fbeaa09e58c20a606e00b83743e81c7f
treed353b6ee970fe3c9efbea12302690ba1cafbfe0b
parent5caba3bd97a14b64d906ece77bc0e2b339161a1f
configure: fix --disable-rt

This option now better only prevents the actual -lrt to be used, and
thus has no effect if the system does not need -lt for the monotonic
clock etc.

Fixes #16932
Closes #16934
acinclude.m4
configure.ac