From 6b3bf403b8f4a47c239062d175b520d710a91057 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 16 Oct 2009 15:35:00 +0200 Subject: [PATCH 1/1] Fix error message in case of missing sys/soundcard.h. The error message still printed linux/soundcard.h which might confuse non-linux users. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 85a32729..74a3c742 100644 --- a/configure.ac +++ b/configure.ac @@ -498,7 +498,7 @@ AC_CHECK_HEADER(sys/soundcard.h, [ ], [ have_oss="no" - AC_MSG_WARN([no linux/soundcard.h $msg]) + AC_MSG_WARN([no sys/soundcard.h $msg]) ] ) CPPFLAGS="$OLD_CPPFLAGS" -- 2.30.2