Lines 1-22
Link Here
|
1 |
--- configure.orig 2009-12-12 21:32:37.031583584 +0800 |
|
|
2 |
+++ configure 2009-12-12 21:35:22.065764679 +0800 |
3 |
@@ -3275,7 +3275,7 @@ |
4 |
return 0; |
5 |
} |
6 |
_ACEOF |
7 |
-for ac_lib in '' ncurses; do |
8 |
+for ac_lib in '' ncursesw; do |
9 |
if test -z "$ac_lib"; then |
10 |
ac_res="none required" |
11 |
else |
12 |
@@ -3316,10 +3316,6 @@ |
13 |
as_fn_error "ncurses not found" "$LINENO" 5 |
14 |
esac |
15 |
|
16 |
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The found ncurses library does not support wide-char." >&5 |
17 |
-$as_echo "$as_me: WARNING: The found ncurses library does not support wide-char." >&2;} |
18 |
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: This means that tig will not correctly render UTF-8." >&5 |
19 |
-$as_echo "$as_me: WARNING: This means that tig will not correctly render UTF-8." >&2;} |
20 |
esac |
21 |
|
22 |
|