configure: Send the flex error output to config.log.
This commit is contained in:
parent
b0e48e1e2b
commit
27816c7c32
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue