Commit 7e78c872 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove obsolete reference to Irix

parent 9be4ce4f
...@@ -179,11 +179,11 @@ for pgac_rllib in $READLINE_ORDER ; do ...@@ -179,11 +179,11 @@ for pgac_rllib in $READLINE_ORDER ; do
for pgac_lib in "" " -ltermcap" " -lncurses" " -lcurses" ; do for pgac_lib in "" " -ltermcap" " -lncurses" " -lcurses" ; do
LIBS="${pgac_rllib}${pgac_lib} $pgac_save_LIBS" LIBS="${pgac_rllib}${pgac_lib} $pgac_save_LIBS"
AC_TRY_LINK_FUNC([readline], [[ AC_TRY_LINK_FUNC([readline], [[
# 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 # recognize dependent libraries; assume curses is needed if we didn't
# find any dependency. # find any dependency.
case $host_os in case $host_os in
netbsd* | openbsd* | irix*) netbsd* | openbsd*)
if test x"$pgac_lib" = x"" ; then if test x"$pgac_lib" = x"" ; then
pgac_lib=" -lcurses" pgac_lib=" -lcurses"
fi ;; fi ;;
......
...@@ -11700,11 +11700,11 @@ return readline (); ...@@ -11700,11 +11700,11 @@ return readline ();
_ACEOF _ACEOF
if ac_fn_c_try_link "$LINENO"; then : 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 # recognize dependent libraries; assume curses is needed if we didn't
# find any dependency. # find any dependency.
case $host_os in case $host_os in
netbsd* | openbsd* | irix*) netbsd* | openbsd*)
if test x"$pgac_lib" = x"" ; then if test x"$pgac_lib" = x"" ; then
pgac_lib=" -lcurses" pgac_lib=" -lcurses"
fi ;; fi ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment