From 819a36885455961105d03de829e819e32de3948c Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 16 Jun 2013 22:11:30 +0200 Subject: configure: make check for stream cache verbose Also add a minor comment about the stream cache needing pthreads now to DOCS/crosscompile-mingw.txt. --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index d18d1cc547..b9846e570a 100755 --- a/configure +++ b/configure @@ -1451,12 +1451,14 @@ else fi echores "$_pthreads" +echocheck "stream cache" _stream_cache="$_pthreads" if test "$_stream_cache" = yes ; then def_stream_cache='#define CONFIG_STREAM_CACHE' else def_stream_cache='#undef CONFIG_STREAM_CACHE' fi +echores "$_stream_cache" echocheck "rpath" if test "$_rpath" = yes ; then -- cgit v1.2.3