diff -r 155b65d26118 -r 1f869064d3ee pidgin/win32/wspell.c --- a/pidgin/win32/wspell.c Fri Sep 17 14:40:13 2010 +0000 +++ b/pidgin/win32/wspell.c Fri Sep 17 14:41:34 2010 +0000 @@ -22,6 +22,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ +#ifdef USE_GTKSPELL #include #include #include @@ -102,3 +103,4 @@ void winpidgin_spell_init() { load_gtkspell(); } +#endif