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

oldstable
Alexandre Julliard 2010-07-28 11:04:46 +02:00
parent b0e48e1e2b
commit 27816c7c32
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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; }

View File

@ -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