configure.in | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
configure.in had a syntax error, and it needs to be used to regenerate
configure for the support-sound-again patch
--- a/configure.in
+++ b/configure.in
@@ -164,10 +164,8 @@
AC_TIME_WITH_SYS_TIME
AC_CHECK_HEADER(
sun/audioio.h,
- AC_DEFINE(SUN_SOUND),
- AC_CHECK_HEADER(
- machine/soundcard.h,
- AC_DEFINE(LINUX_SOUND)))
+ AC_DEFINE(SUN_SOUND))
+AC_CHECK_HEADER(machine/soundcard.h, AC_DEFINE(LINUX_SOUND))
WMS_CHECK_H_ERRNO
WMS_CHECK_SOCKETS
if test "$cross_compiling" = "yes" ; then