Project

General

Profile

Actions

Bug #3955

closed

Configure should explicity check for c++ compiler.

Added by Anonymous about 11 years ago. Updated about 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

If no c++ compiler is installed, configure fails with a misleading message when checking for boost libraries.

Actions #1

Updated by Anonymous about 11 years ago

  • Status changed from New to In Progress
Actions #2

Updated by Anonymous about 11 years ago

  • Status changed from In Progress to Resolved

Resolved with:

commit aa79077c2442e518c11f3d1885461d734909370b
Author: Gary Lowell <>
Date: Sun Feb 10 22:21:52 2013 -0800

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.
Actions

Also available in: Atom PDF