--- purple-plugin_pack-2.6.0/configure.ac.ORIG 2010-01-18 01:04:44 +0600 +++ purple-plugin_pack-2.6.0/configure.ac 2010-01-18 14:44:39 +0600 @@ -292,10 +292,7 @@ ENCHANT_LIBS="" if test x"$gtkspell" = x"yes" ; then - AC_MSG_CHECKING([which backend gtkspell is compiled with]) - $PKG_CONFIG --static --libs gtkspell-2.0 | grep -q enchant - if test $? -eq 0 ; then AC_MSG_RESULT([enchant]) PKG_CHECK_MODULES(ENCHANT, @@ -306,21 +303,6 @@ AC_DEFINE(HAVE_ENCHANT, 1, [define if we've found enchant]) DEPENDENCIES="$DEPENDENCIES,enchant" - else - AC_MSG_RESULT([aspell]) - - AC_CHECK_HEADER([aspell.h], HAVE_ASPELL_H=yes, HAVE_ASPELL_H=no) - if test x"$HAVE_ASPELL_H" = x"yes" ; then - AC_CHECK_LIB([aspell], [new_aspell_config], - [ASPELL_LIBS="-laspell" - BUILD_SWITCH_SPELL=yes], - [BUILD_SWITCH_SPELL=no]) - - DEPENDENCIES="$DEPENDENCIES,aspell" - else - BUILD_SWITCH_SPELL=no - fi - fi fi if test x"$BUILD_SWITCH_SPELL" = x"no" ; then