Commit 27816c7c authored by Alexandre Julliard's avatar Alexandre Julliard

configure: Send the flex error output to config.log.

parent b0e48e1e
......@@ -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; }
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment