summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas Munro2023-08-17 04:16:43 +0000
committerThomas Munro2023-08-17 04:16:43 +0000
commit8fe4beaa21a4ab4d37bcfa7f8e2a8c76a741e478 (patch)
treebfdb13f3a9441db0b95db0aa843601435ee4de68 /configure
parent64393a7ff9ec36164af337ae5ec33e3624d1450c (diff)
Remove traces of Sun -lposix4.
This was a library on ancient Solaris systems, which was eventually replaced by -lrt, itself now redundant on that OS. Reviewed-by: Peter Eisentraut <[email protected]> Reviewed-by: Tristan Partin <[email protected]> Discussion: https://postgr.es/m/CA%2BhUKGLLVx4drdvXats9PxH3eeB%2BE2NkJReJ%2BRGmaOpU%3D9rgEA%40mail.gmail.com
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e5f0df5bcc4..d47e0f8b260 100755
--- a/configure
+++ b/configure
@@ -12163,7 +12163,7 @@ return clock_gettime ();
return 0;
}
_ACEOF
-for ac_lib in '' rt posix4; do
+for ac_lib in '' rt; do
if test -z "$ac_lib"; then
ac_res="none required"
else