]> granicus.if.org Git - mutt/commitdiff
Fix some typos.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 31 May 2001 18:03:49 +0000 (18:03 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 31 May 2001 18:03:49 +0000 (18:03 +0000)
configure.in

index 816a4a042b5b8581abb67d0e337be66ec0989278..4934f8dd18f14a63f6b9933501d585b4a6428e18 100644 (file)
@@ -180,7 +180,7 @@ main ()
        do
                AC_CHECK_LIB($cf_ncurses,waddnwstr,[break])
        done
-       if test "$cf_ncurses" = unknow; then cf_curses=ncurses; fi
+       if test "$cf_ncurses" = unknown; then cf_ncurses=ncurses; fi
         AC_CHECK_LIB($cf_ncurses, initscr,
                 [MUTTLIBS="$MUTTLIBS -l$cf_ncurses"
                 if test x$mutt_cv_curses = x/usr -a -d /usr/include/ncurses; then