diff options
-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" |