Alexandre Julliard : configure: Send the flex error output to config.log.
Module: wine Branch: master Commit: 27816c7c321536cbe4ece7b0432abd080344794f URL: http://source.winehq.org/git/wine.git/?a=commit;h=27816c7c321536cbe4ece7b043... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jul 28 11:04:46 2010 +0200 configure: Send the flex error output to config.log. --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index d62ffa8..7661617 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 b7373b2..5ba22c4 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
participants (1)
-
Alexandre Julliard