You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
218 B
13 lines
218 B
15 years ago
|
AM_PROG_LEX
|
||
|
|
||
|
AC_LANG_SAVE
|
||
|
AC_LANG_CPLUSPLUS
|
||
|
AC_CHECK_HEADER(FlexLexer.h,
|
||
|
[kde_have_flex=yes],
|
||
|
[kde_have_flex=no])
|
||
|
|
||
|
if test "$kde_have_flex" = "no"; then
|
||
|
DO_NOT_COMPILE="$DO_NOT_COMPILE kbabel"
|
||
|
fi
|
||
|
AC_LANG_RESTORE
|