From 7c7cf6b8a98d057fd8e73825383f94715ff7c339 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Nov 2006 01:32:23 +0000 Subject: Fix for the fix for the previous fix. git-svn-id: http://svn.drobilla.net/lad/patchage@202 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 31199eb..0f3d548 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,8 @@ if test "$build_alsa" = "yes"; then ALSA_LIBS="-lasound -lm -ldl -lpthread" AC_SUBST(ALSA_CFLAGS) AC_SUBST(ALSA_LIBS) + else + build_alsa="no" fi else ALSA_FOUND="no" -- cgit v1.2.1