File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,11 +179,11 @@ for pgac_rllib in $READLINE_ORDER ; do
179179 for pgac_lib in "" " -ltermcap" " -lncurses" " -lcurses" ; do
180180 LIBS="${pgac_rllib}${pgac_lib} $pgac_save_LIBS"
181181 AC_TRY_LINK_FUNC ( [ readline] , [ [
182- # Older NetBSD, OpenBSD, and Irix have a broken linker that does not
182+ # Older NetBSD and OpenBSD have a broken linker that does not
183183 # recognize dependent libraries; assume curses is needed if we didn't
184184 # find any dependency.
185185 case $host_os in
186- netbsd* | openbsd* | irix* )
186+ netbsd* | openbsd*)
187187 if test x"$pgac_lib" = x"" ; then
188188 pgac_lib=" -lcurses"
189189 fi ;;
Original file line number Diff line number Diff line change @@ -11700,11 +11700,11 @@ return readline ();
1170011700_ACEOF
1170111701if ac_fn_c_try_link "$LINENO"; then :
1170211702
11703- # Older NetBSD, OpenBSD, and Irix have a broken linker that does not
11703+ # Older NetBSD and OpenBSD have a broken linker that does not
1170411704 # recognize dependent libraries; assume curses is needed if we didn't
1170511705 # find any dependency.
1170611706 case $host_os in
11707- netbsd* | openbsd* | irix* )
11707+ netbsd* | openbsd*)
1170811708 if test x"$pgac_lib" = x"" ; then
1170911709 pgac_lib=" -lcurses"
1171011710 fi ;;
You can’t perform that action at this time.
0 commit comments