mirror of git://git.sv.gnu.org/nano.git
minor cosmetic fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1930 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
1a5c4c691c
commit
6ccf0e2386
|
@ -226,8 +226,8 @@ int main(void)
|
||||||
else
|
else
|
||||||
CURSES_LIB="-lslang"
|
CURSES_LIB="-lslang"
|
||||||
fi
|
fi
|
||||||
CURSES_LIB_NAME=slang], [
|
CURSES_LIB_NAME=slang],
|
||||||
AC_MSG_RESULT(no)
|
[AC_MSG_RESULT(no)
|
||||||
# We might need the term library
|
# We might need the term library
|
||||||
for termlib in ncurses curses termcap terminfo termlib; do
|
for termlib in ncurses curses termcap terminfo termlib; do
|
||||||
AC_CHECK_LIB([${termlib}], tputs, [tcap="-l$termlib"])
|
AC_CHECK_LIB([${termlib}], tputs, [tcap="-l$termlib"])
|
||||||
|
|
Loading…
Reference in New Issue