diff configure.in @ 94:9f6ce50ffb78

[gaim-migrate @ 104] Woohoo, the landing of the plugins. Nearly everything necessary is here. The only thing missing is that you can't load a plugin without signing on first (at least, not without some trickery). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 09 Apr 2000 11:18:25 +0000
parents 4cef3d250f3c
children e67c56a07f52
line wrap: on
line diff
--- a/configure.in	Sun Apr 09 08:25:15 2000 +0000
+++ b/configure.in	Sun Apr 09 11:18:25 2000 +0000
@@ -35,7 +35,7 @@
 AC_ARG_ENABLE(esd,   [  --disable-esd           Turn off ESD (default=auto)],enable_esd=no,enable_esd=yes)
 AC_ARG_ENABLE(oscar, [  --enable-oscar          Enable Oscar support (experimental)],enable_oscar=yes,)
 AC_ARG_ENABLE(nas,   [  --enable-nas            Enable NAS (Network Audio System) support],enable_nas=yes,)
-dnl AC_ARG_ENABLE(plugins, [  --enable-plugins         compile with plugin support],enable_plugins=yes,)
+AC_ARG_ENABLE(plugins, [  --enable-plugins        compile with plugin support],enable_plugins=yes,)
 
 GAIM_CFLAGS="$CFLAGS -I../"
 GAIM_LIBS="$LIBS"