aboutsummaryrefslogtreecommitdiff
path: root/ld/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ld/aclocal.m4')
-rw-r--r--ld/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/aclocal.m4 b/ld/aclocal.m4
index f9002db..9277302 100644
--- a/ld/aclocal.m4
+++ b/ld/aclocal.m4
@@ -204,7 +204,7 @@ dnl AM_PROG_LEX
dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT
AC_DEFUN([AM_PROG_LEX],
[missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1)
-AC_CHECK_PROGS(LEX, flex lex, "$missing_dir/missing flex")
+AC_CHECK_PROGS(LEX, flex lex, [$missing_dir/missing flex])
AC_PROG_LEX
AC_DECL_YYTEXT])