compile_plugin="no" if test "$use_kde" != "yes" ; then AC_CHECK_HEADER(aspell.h, compile_plugin="yes") fi if test "x$compile_plugin" = "xyes"; then compile_plugin="no" AC_CHECK_LIB(aspell, get_aspell_dict_info_list, [compile_plugin="yes"; LIB_ASPELL="-laspell"]) AC_SUBST(LIB_ASPELL) fi if test "x$compile_plugin" = "xno"; then DO_NOT_COMPILE="$DO_NOT_COMPILE plugins/spell" fi if test "$kde_use_qt_win" = "yes"; then SPELL_OBJ=spellfind.lo AC_SUBST([SPELL_OBJ]) fi