mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Force use of our erand48 on Cygwin
This commit is contained in:
10
configure
vendored
10
configure
vendored
@ -19085,6 +19085,16 @@ esac
|
||||
|
||||
fi
|
||||
|
||||
# Cygwin's erand48 sometimes hangs, so force use of ours
|
||||
if test "$PORTNAME" = "cygwin"; then
|
||||
case " $LIBOBJS " in
|
||||
*" erand48.$ac_objext "* ) ;;
|
||||
*) LIBOBJS="$LIBOBJS erand48.$ac_objext"
|
||||
;;
|
||||
esac
|
||||
|
||||
fi
|
||||
|
||||
# Win32 support
|
||||
if test "$PORTNAME" = "win32"; then
|
||||
|
||||
|
Reference in New Issue
Block a user