]> git.pld-linux.org Git - packages/aspell.git/blobdiff - aspell-ac.patch
- typo, still does not work.
[packages/aspell.git] / aspell-ac.patch
index d020390f653c631536c74382464207190a351411..f07a6599c6c5873498b11160b6b57a2191cfc277 100644 (file)
@@ -5,11 +5,11 @@
      if test "$enable_wide_curses" != "no" -a -n "$have_mblen"
      then
 -      LIBS="-lncursesw $ORIG_LIBS"
-+      LIBS="-lncursesw -tinfow $ORIG_LIBS"
++      LIBS="-lncursesw -ltinfow $ORIG_LIBS"
        AC_TRY_LINK(
          [#include <ncursesw/curses.h>], [initscr()],
 -        [CURSES_LIB=-lncursesw
-+        [CURSES_LIB=-lncursesw -tinfow
++        [CURSES_LIB=-lncursesw -ltinfow
           AC_DEFINE(CURSES_HEADER, <ncursesw/curses.h>, [Defined to curses header file])])
      fi
  
This page took 0.109264 seconds and 4 git commands to generate.