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:
3
configure
vendored
3
configure
vendored
@ -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 "* ) ;;
|
||||
|
Reference in New Issue
Block a user