Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1461:cd9f293b42b7 | 1462:c5da5c66fea7 |
---|---|
12994 { echo "Error:" "Required NAS sound support cannot be provided." >&2; exit 1; } | 12994 { echo "Error:" "Required NAS sound support cannot be provided." >&2; exit 1; } |
12995 with_nas_sound=no | 12995 with_nas_sound=no |
12996 fi | 12996 fi |
12997 fi | 12997 fi |
12998 | 12998 |
12999 if test "$with_esd_sound" != "no"; then | 12999 if test "$with_esd_sound" != "no" -a "x$with_esd_sound" != "x"; then |
13000 # Extract the first word of "esd-config", so it can be a program name with args. | 13000 # Extract the first word of "esd-config", so it can be a program name with args. |
13001 set dummy esd-config; ac_word=$2 | 13001 set dummy esd-config; ac_word=$2 |
13002 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | 13002 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
13003 echo "configure:13004: checking for $ac_word" >&5 | 13003 echo "configure:13004: checking for $ac_word" >&5 |
13004 | 13004 |