diff options
author | David Robillard <d@drobilla.net> | 2006-11-11 01:32:23 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-11-11 01:32:23 +0000 |
commit | 7c7cf6b8a98d057fd8e73825383f94715ff7c339 (patch) | |
tree | 045dff148ae2a51410126ed477332474e21a6871 /configure.ac | |
parent | 1ea55a7967833a0a95bb800c443562e839a954bd (diff) | |
download | patchage-7c7cf6b8a98d057fd8e73825383f94715ff7c339.tar.gz patchage-7c7cf6b8a98d057fd8e73825383f94715ff7c339.tar.bz2 patchage-7c7cf6b8a98d057fd8e73825383f94715ff7c339.zip |
Fix for the fix for the previous fix.
git-svn-id: http://svn.drobilla.net/lad/patchage@202 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
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" |