From: Christian H. <ch...@us...> - 2002-08-18 20:39:21
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv28690 Modified Files: acconfig.h Log Message: Let's see if this fixes the GAIM_PLUGINS define problem. Temporary solution. Index: acconfig.h =================================================================== RCS file: /cvsroot/gaim/gaim/acconfig.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- acconfig.h 4 May 2002 13:12:55 -0000 1.17 +++ acconfig.h 18 Aug 2002 20:39:19 -0000 1.18 @@ -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 |