mirror of https://github.com/postgres/postgres
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:
parent
6ad853b975
commit
31a242ae14
|
@ -1,4 +1,4 @@
|
|||
# $PostgreSQL: pgsql/config/programs.m4,v 1.15 2004/09/02 15:39:55 tgl Exp $
|
||||
# $PostgreSQL: pgsql/config/programs.m4,v 1.16 2004/09/02 20:39:57 tgl Exp $
|
||||
|
||||
|
||||
# PGAC_PATH_FLEX
|
||||
|
@ -38,7 +38,7 @@ else
|
|||
fi
|
||||
done
|
||||
done
|
||||
rm -f conftest.l
|
||||
rm -f conftest.l lex.yy.c
|
||||
: ${pgac_cv_path_flex=no}
|
||||
fi
|
||||
])[]dnl AC_CACHE_CHECK
|
||||
|
|
Loading…
Reference in New Issue