Skip to content

Commit e42b4b2

Browse files
committed
Require flex
Closes #46
1 parent 2f063ff commit e42b4b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ AC_LANG([C])
99
LT_INIT
1010
dnl AC_PROG_YACC
1111
AC_PROG_LEX
12+
if test "x$LEX" != xflex; then
13+
AC_MSG_ERROR([flex not found])
14+
fi
1215

1316
AC_CHECK_LIB(resolv, inet_aton)
1417
LT_LIB_M

0 commit comments

Comments
 (0)