# HG changeset patch # User Christian Hammond # Date 1029703159 0 # Node ID 953588e0b586632dbb3172ea4e4fc001acc98db0 # Parent 5df423e0bca8d8eec7f45fe9132d8bcfed80117f [gaim-migrate @ 3431] Let's see if this fixes the GAIM_PLUGINS define problem. Temporary solution. committer: Tailor Script diff -r 5df423e0bca8 -r 953588e0b586 acconfig.h --- a/acconfig.h Sun Aug 18 19:32:05 2002 +0000 +++ b/acconfig.h Sun Aug 18 20:39:19 2002 +0000 @@ -10,7 +10,11 @@ #undef USE_SCREENSAVER #undef NO_MULTI #undef DEBUG -#undef GAIM_PLUGINS + +#ifndef GAIM_PLUGINS +# undef GAIM_PLUGINS +#endif + #undef USE_PERL #undef NAS_SOUND #undef ESD_SOUND