diff options
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 150f9a53d9..a844afc67f 100644 --- a/configure.in +++ b/configure.in @@ -1311,7 +1311,7 @@ fi pgac_save_LIBS="$LIBS" LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'` -AC_REPLACE_FUNCS([crypt erand48 getopt getrusage inet_aton random rint srandom strdup strerror strlcat strlcpy strtol strtoul]) +AC_REPLACE_FUNCS([crypt getopt getrusage inet_aton random rint srandom strdup strerror strlcat strlcpy strtol strtoul]) case $host_os in @@ -1362,12 +1362,6 @@ if test "$PORTNAME" = "win32"; then AC_LIBOBJ(getopt_long) fi -# Cygwin's erand48() is broken (always returns zero) in some releases, -# so force use of ours. -if test "$PORTNAME" = "cygwin"; then - AC_LIBOBJ(erand48) -fi - # Win32 support if test "$PORTNAME" = "win32"; then AC_REPLACE_FUNCS(gettimeofday) |
