This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
build: fix the FlexLexer.h configure check.
legacy
Sam Hocevar
sam
11 years ago
parent
7cae8968cb
commit
0adc491fbc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure.ac
+ 1
- 1
configure.ac
View File
@@ -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"],
Write
Preview
Loading…
Cancel
Save