diff options
-rw-r--r-- | acinclude.m4 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 537a2c90ae..48c145f459 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2108,13 +2108,6 @@ dnl we only support certain flex versions flex_version_list="2.5.4" AC_PROG_LEX - if test "$LEX" = "flex"; then -dnl AC_DECL_YYTEXT is obsolete since autoconf 2.50 and merged into AC_PROG_LEX -dnl this is what causes that annoying "PHP_PROG_LEX is expanded from" warning with autoconf 2.50+ -dnl it should be removed once we drop support of autoconf 2.13 (if ever) - AC_DECL_YYTEXT - : - fi dnl ## Make flex scanners use const if they can, even if __STDC__ is not dnl ## true, for compilers like Sun's that only set __STDC__ true in dnl ## "limit-to-ANSI-standard" mode, not in "ANSI-compatible" mode |