summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in17
1 files changed, 1 insertions, 16 deletions
diff --git a/configure.in b/configure.in
index 6de67fc5da4..d1c67c77203 100644
--- a/configure.in
+++ b/configure.in
@@ -712,22 +712,7 @@ AC_SUBST(mkinstalldirs)
AC_PROG_AWK
-
-AC_PROG_LEX
-if test "$LEX" = "flex"; then
- $LEX --version 2> /dev/null | grep -s '2\.5\.3' > /dev/null 2>&1
- if test $? -eq 0 ; then
- AC_MSG_WARN([
-***
-You have flex version 2.5.3, which is broken. Get version 2.5.4 or
-a different lex.
-(If you are using the official distribution of PostgreSQL then you
-do not need to worry about this because the lexer files are
-pre-generated. However, other software using flex is likely to be
-broken as well.)
-***])
- fi
-fi
+PGAC_PATH_FLEX
AC_PROG_LN_S
AC_PROG_RANLIB
AC_PATH_PROG(tar, tar)