1 diff -ur original/readline-6.3/configure build/readline-6.3/configure
2 --- original/readline-6.3/configure 2013-03-13 23:14:53.000000000 +0900
3 +++ build/readline-6.3/configure 2014-04-28 22:52:45.510169436 +0900
4 @@ -6316,49 +6316,49 @@
8 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcwidth broken with unicode combining characters" >&5
9 -$as_echo_n "checking for wcwidth broken with unicode combining characters... " >&6; }
10 -if ${bash_cv_wcwidth_broken+:} false; then :
11 - $as_echo_n "(cached) " >&6
13 - if test "$cross_compiling" = yes; then :
14 - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16 -as_fn_error $? "cannot run test program while cross compiling
17 -See \`config.log' for more details" "$LINENO" 5; }
19 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20 -/* end confdefs.h. */
35 - setlocale(LC_ALL, "en_US.UTF-8");
36 - w = wcwidth (0x0301);
37 - exit (w == 0); /* exit 0 if wcwidth broken */
41 -if ac_fn_c_try_run "$LINENO"; then :
42 - bash_cv_wcwidth_broken=yes
44 - bash_cv_wcwdith_broken=no
46 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
47 - conftest.$ac_objext conftest.beam conftest.$ac_ext
51 +#{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcwidth broken with unicode combining characters" >&5
52 +#$as_echo_n "checking for wcwidth broken with unicode combining characters... " >&6; }
53 +#if ${bash_cv_wcwidth_broken+:} false; then :
54 +# $as_echo_n "(cached) " >&6
56 +# if test "$cross_compiling" = yes; then :
57 +# { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
58 +#$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
59 +#as_fn_error $? "cannot run test program while cross compiling
60 +#See \`config.log' for more details" "$LINENO" 5; }
62 +# cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63 +#/* end confdefs.h. */
78 +# setlocale(LC_ALL, "en_US.UTF-8");
79 +# w = wcwidth (0x0301);
80 +# exit (w == 0); /* exit 0 if wcwidth broken */
84 +#if ac_fn_c_try_run "$LINENO"; then :
85 +# bash_cv_wcwidth_broken=yes
87 +# bash_cv_wcwdith_broken=no
89 +#rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
90 +# conftest.$ac_objext conftest.beam conftest.$ac_ext
92 +bash_cv_wcwdith_broken=no
94 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bash_cv_wcwidth_broken" >&5
95 $as_echo "$bash_cv_wcwidth_broken" >&6; }
96 if test "$bash_cv_wcwidth_broken" = yes; then