comparison configure.in @ 1030:38452403563b

[gaim-migrate @ 1040] updating the buddy list to work better with multiple connections. there are still a bunch of things fucked up with this but i wanted more people to start working on it than just me, especially since i won't be here this weekend. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 27 Oct 2000 07:53:32 +0000
parents 5bad25457843
children ece2d1543b20
comparison
equal deleted inserted replaced
1029:740c6f933fe0 1030:38452403563b
47 AC_ARG_ENABLE(esd, [ --disable-esd Turn off ESD (default=auto)],,enable_esd=yes) 47 AC_ARG_ENABLE(esd, [ --disable-esd Turn off ESD (default=auto)],,enable_esd=yes)
48 AC_ARG_ENABLE(nas, [ --enable-nas Enable NAS (Network Audio System) support],,enable_nas=no) 48 AC_ARG_ENABLE(nas, [ --enable-nas Enable NAS (Network Audio System) support],,enable_nas=no)
49 AC_ARG_ENABLE(plugins, [ --disable-plugins compile with out plugin support],,enable_plugins=yes) 49 AC_ARG_ENABLE(plugins, [ --disable-plugins compile with out plugin support],,enable_plugins=yes)
50 AC_ARG_ENABLE(perl, [ --disable-perl compile without perl scripting],,enable_perl=yes) 50 AC_ARG_ENABLE(perl, [ --disable-perl compile without perl scripting],,enable_perl=yes)
51 AC_ARG_ENABLE(debug, [ --enable-debug compile with debugging support],,enable_debug=no) 51 AC_ARG_ENABLE(debug, [ --enable-debug compile with debugging support],,enable_debug=no)
52 AC_ARG_ENABLE(screensaver, [ --disable-screensaver compile without X screensaver extension],enable_xss=no,enable_xss=yes) 52 AC_ARG_ENABLE(screensaver, [ --disable-screensaver compile without X screensaver extension],,enable_xss=yes)
53 AM_CONDITIONAL(PLUGINS, test "x$enable_plugins" = "xyes") 53 AM_CONDITIONAL(PLUGINS, test "x$enable_plugins" = "xyes")
54 AC_ARG_ENABLE(,,,) 54 AC_ARG_ENABLE(,,,)
55 55
56 if test "$enable_debug" = yes ; then 56 if test "$enable_debug" = yes ; then
57 CFLAGS="$CFLAGS -Wall -g" 57 CFLAGS="$CFLAGS -Wall -g"