]> git.pld-linux.org Git - packages/aspell.git/blame - aspell-ac.patch
- fix info dir for main and devel packages
[packages/aspell.git] / aspell-ac.patch
CommitLineData
80650fac 1--- aspell-0.60.6/configure.ac~ 2008-04-07 05:50:05.000000000 +0200
2+++ aspell-0.60.6/configure.ac 2010-11-30 11:36:09.000000000 +0100
3@@ -343,10 +343,10 @@
4
5 if test "$enable_wide_curses" != "no" -a -n "$have_mblen"
6 then
7- LIBS="-lncursesw $ORIG_LIBS"
d376a68f 8+ LIBS="-lncursesw -ltinfow $ORIG_LIBS"
80650fac 9 AC_TRY_LINK(
10 [#include <ncursesw/curses.h>], [initscr()],
11- [CURSES_LIB=-lncursesw
df63524a 12+ [CURSES_LIB="-lncursesw -ltinfow"
80650fac 13 AC_DEFINE(CURSES_HEADER, <ncursesw/curses.h>, [Defined to curses header file])])
14 fi
15
This page took 0.062552 seconds and 4 git commands to generate.