mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +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:
@ -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
|
# PGAC_PATH_FLEX
|
||||||
@ -38,7 +38,7 @@ else
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
rm -f conftest.l
|
rm -f conftest.l lex.yy.c
|
||||||
: ${pgac_cv_path_flex=no}
|
: ${pgac_cv_path_flex=no}
|
||||||
fi
|
fi
|
||||||
])[]dnl AC_CACHE_CHECK
|
])[]dnl AC_CACHE_CHECK
|
||||||
|
Reference in New Issue
Block a user