]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
configure.ac: Add test for c++ compiler.
authorGary Lowell <glowell@inktank.com>
Mon, 11 Feb 2013 06:21:52 +0000 (22:21 -0800)
committerGary Lowell <glowell@inktank.com>
Tue, 26 Feb 2013 03:35:34 +0000 (19:35 -0800)
commitaa79077c2442e518c11f3d1885461d734909370b
tree4880f67cb5d65e5e2d708156edf97105e866ed73
parentccdafa067afed74b209537ae45ff8b49bb5fab3b
configure.ac: Add test for c++ compiler.

The AC_PROG_CXX macro sets a flag if a C++ compiler is found
but does not fail if one is not found, it left to application
to test the flags as needed. This fix will issue an error
when a c++ compiler is not found.  Bug 3955.

Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
it's not installed, this fix adds an error message for a
configure.ac