Explorar el Código

Require flex

Closes #46
Richard Laager hace 9 años
padre
commit
e42b4b2d27
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      configure.ac

+ 3 - 0
configure.ac

@@ -9,6 +9,9 @@ AC_LANG([C])
 LT_INIT
 dnl AC_PROG_YACC
 AC_PROG_LEX
+if test "x$LEX" != xflex; then
+    AC_MSG_ERROR([flex not found])
+fi
 
 AC_CHECK_LIB(resolv, inet_aton)
 LT_LIB_M