look for flex
This commit is contained in:
parent
5038e82085
commit
a7ec81b798
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ PKG_CHECK_MODULES([GMODULE], [gmodule-2.0])
|
||||||
AC_SUBST(GMODULE_CFLAGS)
|
AC_SUBST(GMODULE_CFLAGS)
|
||||||
AC_SUBST(GMODULE_LIBS)
|
AC_SUBST(GMODULE_LIBS)
|
||||||
|
|
||||||
AM_PROG_LEX
|
AC_PATH_PROG([FLEX], [flex])
|
||||||
|
test "$FLEX" || AC_MSG_ERROR([flex not found])
|
||||||
|
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
LIBTOOL="$LIBTOOL --silent"
|
LIBTOOL="$LIBTOOL --silent"
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
Loading…
Reference in a new issue