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.
|
AM_PROG_LEX
|
|
|
|
AC_LANG_SAVE
|
|
AC_LANG_CPLUSPLUS
|
|
KDE_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
|