Mercurial > hg > xemacs-beta
diff configure @ 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 Tue May 06 21:52:35 2003 +0000 +++ b/configure Wed May 07 08:34:16 2003 +0000 @@ -12996,7 +12996,7 @@ fi fi -if test "$with_esd_sound" != "no"; then +if test "$with_esd_sound" != "no" -a "x$with_esd_sound" != "x"; then # Extract the first word of "esd-config", so it can be a program name with args. set dummy esd-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6