X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=configure;h=64c6023401ce686b12dd6f0f15741bf90547e723;hp=084e60f27d35242d6667199cd47513690f5585e5;hb=205f120bce7a338464e79ef846e4f07eff365d6c;hpb=76af49c338ca828b39306fcf93c6d49dfaf11dfc;ds=sidebyside diff --git a/configure b/configure index 084e60f2..64c60234 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.450 . +# From configure.in Revision: 1.451 . # Guess values for system-dependent variables and create Makefiles. # Generated by Autoconf 2.52.20080325. # @@ -5638,8 +5638,8 @@ else eval with_big_strings=no ;; *) #(vi - if ( ${AWK} 'BEGIN { xx = "x"; while (length(xx) < 4000) { xx = xx "x"; }; printf("%s\n", xx); }' \ - | $AWK '{ if (length($0) != 4000) exit 1; }' 2>/dev/null >/dev/null ); then + if ( ${AWK} 'BEGIN { xx = "x"; while (length(xx) < 12000) { xx = xx "x"; }; printf("%s\n", xx); }' \ + | $AWK '{ printf "%d\n", length($0); }' | $AWK 'BEGIN { eqls=0; recs=0; } { recs++; if ($0 == 12000) eqls++; } END { if (recs != 1 || eqls != 1) exit 1; }' 2>/dev/null >/dev/null ) ; then eval with_big_strings=yes else eval with_big_strings=no