configure.ac: define conditional am__fastdepCXX
When the sidplay plugin is disabled, "./configure" does not look for the C++ compiler. This creates an odd situation: automake requires the am__fastdepCXX conditional, although configure did not generate it. Work around this autotools limitation by manually disabling am__fastdepCXX.
This commit is contained in:
parent
1136f6fb7a
commit
de2e13cafe
@ -1019,6 +1019,8 @@ if test x$enable_sidplay = xyes; then
|
||||
AC_SUBST(SIDPLAY_CFLAGS,)
|
||||
|
||||
AC_DEFINE(ENABLE_SIDPLAY, 1, [Define for libsidplay2 support]),
|
||||
else
|
||||
AM_CONDITIONAL(am__fastdepCXX, false)
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(ENABLE_SIDPLAY, test x$enable_sidplay = xyes)
|
||||
|
Loading…
Reference in New Issue
Block a user