Skip to content

Commit

Permalink
[configure] Remove fix for AX_PROG_FLEX
Browse files Browse the repository at this point in the history
  • Loading branch information
hacketiwack authored Jan 19, 2025
1 parent 4c7bc6d commit cb1d8b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ If you modify any .gperf files, you will need to install it.]])],
[AC_MSG_ERROR([[GNU gperf required, please install it.]])])
])

dnl Avoid deprecation warning by specifying noyywrap explicitly.
AC_PROG_LEX([noyywrap])
AX_PROG_FLEX([AC_DEFINE([LEX], [flex], [flex found])],
[AS_IF([test ! -f "$srcdir/src/parsers/smartpl_lexer.c"],
[AC_MSG_ERROR([flex required, please install it])])
Expand Down

0 comments on commit cb1d8b5

Please sign in to comment.