comparison configure.ac @ 11082:e25575a59f01

[gaim-migrate @ 13099] Use libao to play stuff over NAS instead of accessing NAS directly. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 10 Jul 2005 22:12:37 +0000
parents fdb8ba7a4857
children 9e45c457e05a
comparison
equal deleted inserted replaced
11081:3fc99df46dae 11082:e25575a59f01
243 AM_CONDITIONAL(DYNAMIC_TREPIA, test "x$dynamic_trepia" = "xyes") 243 AM_CONDITIONAL(DYNAMIC_TREPIA, test "x$dynamic_trepia" = "xyes")
244 AM_CONDITIONAL(DYNAMIC_YAHOO, test "x$dynamic_yahoo" = "xyes") 244 AM_CONDITIONAL(DYNAMIC_YAHOO, test "x$dynamic_yahoo" = "xyes")
245 AM_CONDITIONAL(DYNAMIC_ZEPHYR, test "x$dynamic_zephyr" = "xyes") 245 AM_CONDITIONAL(DYNAMIC_ZEPHYR, test "x$dynamic_zephyr" = "xyes")
246 246
247 AC_ARG_ENABLE(audio, [ --disable-audio compile without libao/libaudiofile for sound playing],,enable_audio=yes) 247 AC_ARG_ENABLE(audio, [ --disable-audio compile without libao/libaudiofile for sound playing],,enable_audio=yes)
248 AC_ARG_ENABLE(nas, [ --enable-nas enable NAS (Network Audio System) support],,enable_nas=no)
249 AC_ARG_ENABLE(plugins, [ --disable-plugins compile without plugin support],,enable_plugins=yes) 248 AC_ARG_ENABLE(plugins, [ --disable-plugins compile without plugin support],,enable_plugins=yes)
250 AC_ARG_ENABLE(perl, [ --disable-perl compile without perl scripting],,enable_perl=yes) 249 AC_ARG_ENABLE(perl, [ --disable-perl compile without perl scripting],,enable_perl=yes)
251 AC_ARG_ENABLE(tcl, [ --disable-tcl compile without Tcl scripting],,enable_tcl=yes) 250 AC_ARG_ENABLE(tcl, [ --disable-tcl compile without Tcl scripting],,enable_tcl=yes)
252 AC_ARG_WITH(tclconfig, [ --with-tclconfig=DIR directory containing tclConfig.sh]) 251 AC_ARG_WITH(tclconfig, [ --with-tclconfig=DIR directory containing tclConfig.sh])
253 AC_ARG_ENABLE(tk, [ --disable-tk compile without Tcl support for Tk],,enable_tk=yes) 252 AC_ARG_ENABLE(tk, [ --disable-tk compile without Tcl support for Tk],,enable_tk=yes)
1061 if test "$enable_gtkspell" = "yes" ; then 1060 if test "$enable_gtkspell" = "yes" ; then
1062 AC_SUBST(GTKSPELL_CFLAGS) 1061 AC_SUBST(GTKSPELL_CFLAGS)
1063 AC_SUBST(GTKSPELL_LIBS) 1062 AC_SUBST(GTKSPELL_LIBS)
1064 AC_DEFINE(USE_GTKSPELL,,[do we have gtkspell?]) 1063 AC_DEFINE(USE_GTKSPELL,,[do we have gtkspell?])
1065 fi 1064 fi
1066 fi
1067
1068 if test "$enable_nas" = yes ; then
1069 AC_DEFINE(USE_NAS_AUDIO, 1, [Define if we have NAS sound support.])
1070 SOUND_LIBS="$SOUND_LIBS -laudio -lXt"
1071 fi 1065 fi
1072 1066
1073 if test "$enable_audio" = yes ; then 1067 if test "$enable_audio" = yes ; then
1074 GAIM_PATH_AO(found_ao_lib=true) 1068 GAIM_PATH_AO(found_ao_lib=true)
1075 1069
1307 echo Build with Plugin support..... : $enable_plugins 1301 echo Build with Plugin support..... : $enable_plugins
1308 echo Build with Perl support....... : $enable_perl 1302 echo Build with Perl support....... : $enable_perl
1309 echo Build with Tcl support........ : $enable_tcl 1303 echo Build with Tcl support........ : $enable_tcl
1310 echo Build with Tk support......... : $enable_tk 1304 echo Build with Tk support......... : $enable_tk
1311 echo Build with Audio support...... : $enable_audio 1305 echo Build with Audio support...... : $enable_audio
1312 echo Build with NAS support........ : $enable_nas
1313 echo Build with GtkSpell support... : $enable_gtkspell 1306 echo Build with GtkSpell support... : $enable_gtkspell
1314 echo Build with DBUS support....... : $enable_dbus 1307 echo Build with DBUS support....... : $enable_dbus
1315 echo Has you....................... : yes 1308 echo Has you....................... : yes
1316 echo 1309 echo
1317 echo Use kerberos 4 with zephyr.... : $kerberos 1310 echo Use kerberos 4 with zephyr.... : $kerberos