Diff for /embedaddon/readline/configure between versions 1.1.1.1 and 1.1.1.1.4.1

version 1.1.1.1, 2014/07/30 08:16:45 version 1.1.1.1.4.1, 2017/01/24 13:09:07
Line 1178  if test "x$host_alias" != x; then Line 1178  if test "x$host_alias" != x; then
     cross_compiling=yes      cross_compiling=yes
   fi    fi
 fi  fi
   echo "aaaaaaaaaaaaaaaaaaaaaaaa $cross_compiling"
   
 ac_tool_prefix=  ac_tool_prefix=
 test -n "$host_alias" && ac_tool_prefix=$host_alias-  test -n "$host_alias" && ac_tool_prefix=$host_alias-
Line 6316  $as_echo "#define HAVE_WINT_T 1" >>confdefs.h Line 6317  $as_echo "#define HAVE_WINT_T 1" >>confdefs.h
   
 fi  fi
   
   echo bbbbbbbbbbbbbbbbbbbbbb $cross_compiling
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcwidth broken with unicode combining characters" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcwidth broken with unicode combining characters" >&5
 $as_echo_n "checking for wcwidth broken with unicode combining characters... " >&6; }  $as_echo_n "checking for wcwidth broken with unicode combining characters... " >&6; }
 if ${bash_cv_wcwidth_broken+:} false; then :  if ${bash_cv_wcwidth_broken+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test "$cross_compiling" = yes; then :    if test "$cross_compiling" = yes; then :
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5          bash_cv_wcwdith_broken=no
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
as_fn_error $? "cannot run test program while cross compiling 
See \`config.log' for more details" "$LINENO" 5; } 
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.4.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>