# HG changeset patch # User Christian Hammond # Date 1029703159 0 # Node ID ae87dd84e4e2c07f2848aa8d350cb0e73f8ce3d6 # Parent e9d50336f9c360648566e0265a2fa9c3e754fc11 [gaim-migrate @ 3431] Let's see if this fixes the GAIM_PLUGINS define problem. Temporary solution. diff -r e9d50336f9c3 -r ae87dd84e4e2 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