]> git.wh0rd.org Git - nano.git/commitdiff
minor cosmetic fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 7 Sep 2004 15:45:14 +0000 (15:45 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 7 Sep 2004 15:45:14 +0000 (15:45 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1930 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

configure.ac

index b34534e11a78472b1366abdb90878cdd6cdde58a..8862057089a496ace08fb00deb4a5f681d503277 100644 (file)
@@ -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"])