From 7423077f95030b2b4b195d3572d4e4baeb688110 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 17 Jun 1998 21:31:45 +0000 Subject: [PATCH] Refine conditional audio compilation. --- Lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/Makefile.am b/Lib/Makefile.am index d8b9632a..7539b00d 100644 --- a/Lib/Makefile.am +++ b/Lib/Makefile.am @@ -1,4 +1,4 @@ -if HAVE_OSS_AUDIO +if HAVE_AUDIO_SUPPORT AUDIO_DIRS = Audio else AUDIO_DIRS = -- 2.39.5