mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-22 17:42:40 +00:00
M4 quote yywrap in AC_PROG_LEX
It didn't output an error, but it's best practice. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
b30acd3625
commit
7942a5403f
@ -93,7 +93,7 @@ AC_PROG_CC
|
|||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
AC_PROG_LEX(yywrap)
|
AC_PROG_LEX([yywrap])
|
||||||
AC_PROG_YACC
|
AC_PROG_YACC
|
||||||
AS_IF([test -z "$CC" -o -z "$CXX"],
|
AS_IF([test -z "$CC" -o -z "$CXX"],
|
||||||
[AC_MSG_ERROR([no suitable compiler found])])
|
[AC_MSG_ERROR([no suitable compiler found])])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user