X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c547693afdacf4b865027d3bb8c53f601eadb5ae..465df9c65c7022a66e9cea7145b80886174e90af:/m4/flex.m4 diff --git a/m4/flex.m4 b/m4/flex.m4 index 984c5143..5ab431a2 100644 --- a/m4/flex.m4 +++ b/m4/flex.m4 @@ -78,7 +78,7 @@ if test -z "${LEXLIB+set}"; then for ac_lib in '' -lfl -ll; do LIBS="$ac_lib $ac_save_LIBS" AC_LINK_IFELSE([AC_LANG_DEFINES_PROVIDED[`cat $LEX_OUTPUT_ROOT.c`]], - [ac_cv_lib_lex=$ac_lib]) + [ac_cv_lib_lex=$ac_lib]) test "$ac_cv_lib_lex" != 'none needed' && break done LIBS=$ac_save_LIBS @@ -104,8 +104,8 @@ LIBS=$ac_save_LIBS dnl if test $ac_cv_prog_lex_yytext_pointer = yes; then AC_DEFINE([YYTEXT_POINTER], [1], - [Define to 1 if `lex' declares `yytext' as a `char *' by default, - not a `char[]'.]) + [Define to 1 if `lex' declares `yytext' as a `char *' by default, + not a `char[]'.]) fi rm -f conftest.l $LEX_OUTPUT_ROOT.c ])# _AC_PROG_LEX_YYTEXT_DECL