1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan.

This commit is contained in:
Tom Lane
2009-07-24 15:03:07 +00:00
parent dc7aa36521
commit 655473a7cd
3 changed files with 20 additions and 10 deletions

3
configure vendored
View File

@ -19085,7 +19085,8 @@ esac
fi
# Cygwin's erand48 sometimes hangs, so force use of ours
# Cygwin's erand48() is broken (always returns zero) in some releases,
# so force use of ours.
if test "$PORTNAME" = "cygwin"; then
case " $LIBOBJS " in
*" erand48.$ac_objext "* ) ;;