From 01c946b68579a1bb432eb2b1a08b04c133905c94 Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Sun, 7 Jan 2001 15:31:19 +0000 Subject: [PATCH] Slight tweak: now I just need to send the modified version off to the alsa people. Original commit message from CVS: Slight tweak: now I just need to send the modified version off to the alsa people. --- acinclude.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 9cec531900..28c178a305 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2,7 +2,7 @@ dnl Configure Paths for Alsa dnl Some modifications by Richard Boulton dnl Christopher Lansdown dnl Jaroslav Kysela -dnl Last modification: 07/12/2000 +dnl Last modification: 07/01/2001 dnl AM_PATH_ALSA([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) dnl Test for libasound, and define ALSA_CFLAGS and ALSA_LIBS as appropriate. dnl enables arguments --with-alsa-prefix= @@ -128,6 +128,8 @@ if test "x$alsa_found" = "xno" ; then CFLAGS="$alsa_save_CFLAGS" LDFLAGS="$alsa_save_LDFLAGS" LIBS="$alsa_save_LIBS" + ALSA_CFLAGS="" + ALSA_LIBS="" fi dnl That should be it. Now just export out symbols: