[gaim-migrate @ 3431]

Sun, 18 Aug 2002 20:39:19 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Sun, 18 Aug 2002 20:39:19 +0000
changeset 3412
ae87dd84e4e2
parent 3411
e9d50336f9c3
child 3413
0a5456bd5194

[gaim-migrate @ 3431]
Let's see if this fixes the GAIM_PLUGINS define problem.

Temporary solution.

acconfig.h file | annotate | diff | comparison | revisions
--- 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

mercurial