diff 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
line wrap: on
line diff
--- a/configure.in	Tue May 06 21:52:35 2003 +0000
+++ b/configure.in	Wed May 07 08:34:16 2003 +0000
@@ -4303,8 +4303,8 @@
   fi
 fi
 
-dnl ESD Sound support
-if test "$with_esd_sound" != "no"; then
+dnl ESD Sound support (default to off)
+if test "$with_esd_sound" != "no" -a "x$with_esd_sound" != "x"; then
   AC_CHECK_PROG(have_esd_config, esd-config, yes, no)
   if test "$have_esd_config" = "yes"; then
     save_c_switch_site="$c_switch_site" save_LIBS="$LIBS"