• Max Kellermann's avatar
    configure.ac: always check for C++ compiler · f6c8dd49
    Max Kellermann authored
    Currently, only the sidplay decoder plugin requires C++, and in all
    other cases, MPD could build well without a C++ compiler.
    Unfortunately, autoconf/automake are confused when we have a
    conditional AC_PROG_CXX check.  We could add lots of workarounds for
    individual problems, but let's just always require a C++ compiler, and
    forget about this autotools limitation.
    f6c8dd49
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src 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...