comparison configure.in @ 1462:c5da5c66fea7

[xemacs-hg @ 2003-05-07 08:34:08 by youngs] 2003-05-07 Steve Youngs <youngs@xemacs.org> * configure.in: Default ESD sound to off. * configure.usage (--with-sound): Document ESD defaulting to off. * configure: Regenerate.
author youngs
date Wed, 07 May 2003 08:34:16 +0000
parents 38d0f093d818
children b02bdcffb55f
comparison
equal deleted inserted replaced
1461:cd9f293b42b7 1462:c5da5c66fea7
4301 XE_DIE("Required NAS sound support cannot be provided.") 4301 XE_DIE("Required NAS sound support cannot be provided.")
4302 with_nas_sound=no 4302 with_nas_sound=no
4303 fi 4303 fi
4304 fi 4304 fi
4305 4305
4306 dnl ESD Sound support 4306 dnl ESD Sound support (default to off)
4307 if test "$with_esd_sound" != "no"; then 4307 if test "$with_esd_sound" != "no" -a "x$with_esd_sound" != "x"; then
4308 AC_CHECK_PROG(have_esd_config, esd-config, yes, no) 4308 AC_CHECK_PROG(have_esd_config, esd-config, yes, no)
4309 if test "$have_esd_config" = "yes"; then 4309 if test "$have_esd_config" = "yes"; then
4310 save_c_switch_site="$c_switch_site" save_LIBS="$LIBS" 4310 save_c_switch_site="$c_switch_site" save_LIBS="$LIBS"
4311 XE_APPEND(`esd-config --cflags`, c_switch_site) 4311 XE_APPEND(`esd-config --cflags`, c_switch_site)
4312 XE_PREPEND(`esd-config --libs`, LIBS) 4312 XE_PREPEND(`esd-config --libs`, LIBS)