comparison 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
comparison
equal deleted inserted replaced
93:5ca21b68eb29 94:9f6ce50ffb78
33 AC_ARG_ENABLE(gnome, [ --enable-gnome compile as a GNOME applet],enable_gnome=yes,) 33 AC_ARG_ENABLE(gnome, [ --enable-gnome compile as a GNOME applet],enable_gnome=yes,)
34 AM_CONDITIONAL(GNOMEAPPLET, test x$enable_gnome = xyes) 34 AM_CONDITIONAL(GNOMEAPPLET, test x$enable_gnome = xyes)
35 AC_ARG_ENABLE(esd, [ --disable-esd Turn off ESD (default=auto)],enable_esd=no,enable_esd=yes) 35 AC_ARG_ENABLE(esd, [ --disable-esd Turn off ESD (default=auto)],enable_esd=no,enable_esd=yes)
36 AC_ARG_ENABLE(oscar, [ --enable-oscar Enable Oscar support (experimental)],enable_oscar=yes,) 36 AC_ARG_ENABLE(oscar, [ --enable-oscar Enable Oscar support (experimental)],enable_oscar=yes,)
37 AC_ARG_ENABLE(nas, [ --enable-nas Enable NAS (Network Audio System) support],enable_nas=yes,) 37 AC_ARG_ENABLE(nas, [ --enable-nas Enable NAS (Network Audio System) support],enable_nas=yes,)
38 dnl AC_ARG_ENABLE(plugins, [ --enable-plugins compile with plugin support],enable_plugins=yes,) 38 AC_ARG_ENABLE(plugins, [ --enable-plugins compile with plugin support],enable_plugins=yes,)
39 39
40 GAIM_CFLAGS="$CFLAGS -I../" 40 GAIM_CFLAGS="$CFLAGS -I../"
41 GAIM_LIBS="$LIBS" 41 GAIM_LIBS="$LIBS"
42 GAIM_LDADD="$LDADD" 42 GAIM_LDADD="$LDADD"
43 LIBFAIM_DO="" 43 LIBFAIM_DO=""