X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=configure.in;h=0714369f8eb5ce22b6de5377c59e7078343ab746;hp=a9dd9c71f951fcc76131703a844adfe3ca894e17;hb=205f120bce7a338464e79ef846e4f07eff365d6c;hpb=76af49c338ca828b39306fcf93c6d49dfaf11dfc diff --git a/configure.in b/configure.in index a9dd9c71..0714369f 100644 --- a/configure.in +++ b/configure.in @@ -28,14 +28,14 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: configure.in,v 1.450 2008/09/13 15:03:24 tom Exp $ +dnl $Id: configure.in,v 1.451 2008/10/04 21:00:54 tom Exp $ dnl Process this file with autoconf to produce a configure script. dnl dnl See http://invisible-island.net/autoconf/ for additional information. dnl dnl --------------------------------------------------------------------------- AC_PREREQ(2.13.20020210) -AC_REVISION($Revision: 1.450 $) +AC_REVISION($Revision: 1.451 $) AC_INIT(ncurses/base/lib_initscr.c) AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) @@ -505,7 +505,7 @@ AC_MSG_CHECKING(if big-strings option selected) AC_ARG_ENABLE(big-strings, [ --disable-big-strings assume compiler has only standard-size strings], [with_big_strings=$enableval], - [CF_AWK_BIG_PRINTF(4000,with_big_strings)]) + [CF_AWK_BIG_PRINTF(12000,with_big_strings)]) AC_MSG_RESULT($with_big_strings) USE_BIG_STRINGS=0