nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 6ccf0e23864bc5a2cb16e26ba1446399bae7ca50
parent 1a5c4c691c8da077fd744c747c65c582173561ed
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue,  7 Sep 2004 15:45:14 +0000

minor cosmetic fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1930 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Mconfigure.ac | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -226,8 +226,8 @@ int main(void) else CURSES_LIB="-lslang" fi - CURSES_LIB_NAME=slang], [ - AC_MSG_RESULT(no) + CURSES_LIB_NAME=slang], + [AC_MSG_RESULT(no) # We might need the term library for termlib in ncurses curses termcap terminfo termlib; do AC_CHECK_LIB([${termlib}], tputs, [tcap="-l$termlib"])