Browse Source

build: fix the FlexLexer.h configure check.

legacy
Sam Hocevar sam 11 years ago
parent
commit
0adc491fbc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -310,7 +310,7 @@ AC_CHECK_HEADERS(FlexLexer.h,
class Foo : public FlexLexer class Foo : public FlexLexer
{ {
Foo() { int &test = yyleng; } Foo() { int &test = yyleng; }
}],
};],
[])], [])],
[AC_MSG_RESULT(yes) [AC_MSG_RESULT(yes)
ac_cv_my_have_flexlexer_h="yes"], ac_cv_my_have_flexlexer_h="yes"],


Loading…
Cancel
Save