Show whether we are building C++ programs in configure output.

This commit is contained in:
R. Bernstein
2009-12-25 16:04:25 -05:00
parent db8ee6e65a
commit 205c944f74

View File

@@ -696,3 +696,4 @@ echo "Building cd-read : $(test "x$enable_cd_read" = "xyes" && echo yes || ec
echo "Building cdda-player : $(test "x$enable_cdda_player" = "xyes" && echo yes || echo no)"
echo "Building iso-info : $(test "x$enable_iso_info" = "xyes" && echo yes || echo no)"
echo "Building iso-read : $(test "x$enable_iso_read" = "xyes" && echo yes || echo no)"
echo "Building C++ programs: $(test "x$enable_cxx" != "xno" && echo yes || echo no)"