Module: wine Branch: stable Commit: 74e3960f0eed4a2c3dfbe9a4246cd67ab79d4bda URL: http://source.winehq.org/git/wine.git/?a=commit;h=74e3960f0eed4a2c3dfbe9a424...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jul 28 11:04:46 2010 +0200
configure: Send the flex error output to config.log. (cherry picked from commit 27816c7c321536cbe4ece7b0432abd080344794f)
---
configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure index a57e048..942663a 100755 --- a/configure +++ b/configure @@ -4214,7 +4214,7 @@ cat >conftest.l <<EOF } %% EOF -if $FLEX -t conftest.l >/dev/null 2>&1 +if $FLEX -t conftest.l >/dev/null 2>&5 then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } diff --git a/configure.ac b/configure.ac index 61f376e..76999c3 100644 --- a/configure.ac +++ b/configure.ac @@ -243,7 +243,7 @@ cat >conftest.l <<EOF } %% EOF -if $FLEX -t conftest.l >/dev/null 2>&1 +if $FLEX -t conftest.l >/dev/null 2>&AS_MESSAGE_LOG_FD then AC_MSG_RESULT([yes]) else