From 0adc491fbcd88913a3a0b91b47b432002d3f8a9f Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 11 Apr 2013 17:13:56 +0000 Subject: [PATCH] build: fix the FlexLexer.h configure check. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fec4d8fd..c73f936a 100644 --- a/configure.ac +++ b/configure.ac @@ -310,7 +310,7 @@ AC_CHECK_HEADERS(FlexLexer.h, class Foo : public FlexLexer { Foo() { int &test = yyleng; } - }], + };], [])], [AC_MSG_RESULT(yes) ac_cv_my_have_flexlexer_h="yes"],