Line 0
Link Here
|
|
|
1 |
|
2 |
$FreeBSD$ |
3 |
|
4 |
--- configure.orig |
5 |
+++ configure |
6 |
@@ -3656,7 +3656,7 @@ |
7 |
return 0; |
8 |
} |
9 |
_ACEOF |
10 |
-for ac_lib in '' ncurses; do |
11 |
+for ac_lib in '' ncursesw; do |
12 |
if test -z "$ac_lib"; then |
13 |
ac_res="none required" |
14 |
else |
15 |
@@ -3722,10 +3722,6 @@ |
16 |
{ (exit 1); exit 1; }; } |
17 |
esac |
18 |
|
19 |
- { echo "$as_me:$LINENO: WARNING: The found ncurses library does not support wide-char." >&5 |
20 |
-echo "$as_me: WARNING: The found ncurses library does not support wide-char." >&2;} |
21 |
- { echo "$as_me:$LINENO: WARNING: This means that tig will not correctly render UTF-8." >&5 |
22 |
-echo "$as_me: WARNING: This means that tig will not correctly render UTF-8." >&2;} |
23 |
esac |
24 |
|
25 |
|