1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Some versions of lex will drop a lex.yy.c file when we probe to see if

they are flex.  Clean up after them.
This commit is contained in:
Tom Lane
2004-09-02 20:39:57 +00:00
parent 6ad853b975
commit 31a242ae14
2 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -3572,7 +3572,7 @@ else
fi
done
done
rm -f conftest.l
rm -f conftest.l lex.yy.c
: ${pgac_cv_path_flex=no}
fi