ソースを参照

build: fix the FlexLexer.h configure check.

legacy
Sam Hocevar sam 11年前
コミット
0adc491fbc
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      configure.ac

+ 1
- 1
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"],


読み込み中…
キャンセル
保存