mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Remove obsolete reference to Irix
This commit is contained in:
4
configure
vendored
4
configure
vendored
@ -11700,11 +11700,11 @@ return readline ();
|
||||
_ACEOF
|
||||
if ac_fn_c_try_link "$LINENO"; then :
|
||||
|
||||
# Older NetBSD, OpenBSD, and Irix have a broken linker that does not
|
||||
# Older NetBSD and OpenBSD have a broken linker that does not
|
||||
# recognize dependent libraries; assume curses is needed if we didn't
|
||||
# find any dependency.
|
||||
case $host_os in
|
||||
netbsd* | openbsd* | irix*)
|
||||
netbsd* | openbsd*)
|
||||
if test x"$pgac_lib" = x"" ; then
|
||||
pgac_lib=" -lcurses"
|
||||
fi ;;
|
||||
|
Reference in New Issue
Block a user