tests: fix 'make check' build for setups where no c++ compiler is available
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 23 Sep 2010 13:37:45 +0000 (14:37 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 23 Sep 2010 13:41:27 +0000 (14:41 +0100)
commit7203806ffb5701ceefba1692758b1ba6c8e45c5d
tree03b57f95732bb916e997f3f0fa13ae45f46fff99
parent7e1d9c8c0ddaad063d2cb1868589e1472bc3d51f
tests: fix 'make check' build for setups where no c++ compiler is available

Only try to build (pseudo-)C++ unit test if a working C++ compiler has been
found, otherwise the build will fail. (We do this to make sure our headers
are 'C++ clean').
configure.ac
tests/check/Makefile.am