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