aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 6530987ca1..10a7080416 100644
--- a/src/config.in
+++ b/src/config.in
@@ -136,6 +136,7 @@ Boston, MA 02111-1307, USA. */
/* Header for Voxware or PCM sound card driver. */
#undef HAVE_MACHINE_SOUNDCARD_H
#undef HAVE_SYS_SOUNDCARD_H
+#undef HAVE_SOUNDCARD_H
/* Define HAVE_SOUND if we have sound support. */
#ifdef HAVE_MACHINE_SOUNDCARD_H
@@ -144,6 +145,9 @@ Boston, MA 02111-1307, USA. */
#ifdef HAVE_SYS_SOUNDCARD_H
#define HAVE_SOUND 1
#endif
+#ifdef HAVE_SOUNDCARD_H
+#define HAVE_SOUND 1
+#endif
/* Some things figured out by the configure script, grouped as they are in
configure.in. */