blob: 68901773ce0a6e3a0d547131e279610858ce3cd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ak,v 1.2 2004/07/04 23:17:59 wiz Exp $
--- configure.orig 2004-04-09 23:25:03.000000000 +0200
+++ configure
@@ -6317,7 +6317,7 @@ build_os=`echo $ac_cv_build | sed 's/^\(
# rather ncurses. So we check for it.
TERMLIBS=
# Check for termlib before termcap because Solaris termcap needs libucb.
-TERMLIB_VARIANTS="ncurses curses termlib termcap terminfo"
+TERMLIB_VARIANTS="curses termlib termcap terminfo ncurses"
for termlib in ${TERMLIB_VARIANTS}; do
as_ac_Lib=`echo "ac_cv_lib_${termlib}''_tgetent" | $as_tr_sh`
echo "$as_me:$LINENO: checking for tgetent in -l${termlib}" >&5
|