diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a3c18a4..dfb41f1 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ if test "$enable_alsa" = "yes"; then else ALSA_FOUND="no" fi -AM_CONDITIONAL(ALSA, test "$ALSA_FOUND" = "yes") +AM_CONDITIONAL(WITH_ALSA, test "$ALSA_FOUND" = "yes") # LASH config option build_lash="yes" |