# HG changeset patch # User diego # Date 1172605769 0 # Node ID 0002ae6bc2a5c54a200491e6a495936c67855c54 # Parent a10f905b29ff3087dd3d1710ff8b7aaf5d41705c 10l: Add missing definition of USE_STREAM_CACHE. diff -r a10f905b29ff -r 0002ae6bc2a5 configure --- a/configure Tue Feb 27 17:16:44 2007 +0000 +++ b/configure Tue Feb 27 19:49:29 2007 +0000 @@ -644,6 +644,7 @@ _asmalign_pot=auto _color_console=no _stream_cache=yes +_def_stream_cache="#define USE_STREAM_CACHE 1" for ac_option do case "$ac_option" in --help|-help|-h) @@ -1289,6 +1290,7 @@ if mingw32 ; then _stream_cache=no + _def_stream_cache="#undef USE_STREAM_CACHE" fi # Check how to call 'head' and 'tail'. Newer versions spit out warnings