• Max Kellermann's avatar
    configure.ac: fail when ALSA is enabled but not found · 53ed647b
    Max Kellermann authored
    This patch adds a small autoconf M4 library which deals with
    auto-detected features.  The default for those features is "auto",
    which is like the old default: if the library is present on the
    system, enable the feature, disable otherwise.  If the user explicitly
    enables that feature (--enable-alsa), and the library is not present,
    configure must fail, because it cannot fulfill the request.
    53ed647b
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...