Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure: check for c++ availability #14461

Merged
merged 1 commit into from May 12, 2019
Merged

configure: check for c++ availability #14461

merged 1 commit into from May 12, 2019

Conversation

angeloc
Copy link
Contributor

@angeloc angeloc commented May 12, 2019

Since commit d8af775, c++ compiler is required to compile.
This patch checks if the c++ compiler is available as soon as possible
and returns an error in case it is not found.

Fixes: #14195

Signed-off-by: Angelo Compagnucci angelo@amarulasolutions.com

Since commit d8af775, c++ compiler is required to compile.
This patch checks if the c++ compiler is available as soon as possible
and returns an error in case it is not found.

Fixes: #14195

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
@angeloc angeloc requested a review from marek-safar as a code owner May 12, 2019 15:30
@lambdageek
Copy link
Member

@monojenkins build

@akoeplinger akoeplinger merged commit f29eae3 into mono:master May 12, 2019
@angeloc angeloc deleted the fix_cpp branch May 13, 2019 06:57
baulig pushed a commit to baulig/mono that referenced this pull request May 15, 2019
Since commit d8af775, c++ compiler is required to compile.
This patch checks if the c++ compiler is available as soon as possible
and returns an error in case it is not found.

Fixes: mono#14195

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5.20.1.19 configure fails if enable-cxx but no C++ compiler found
3 participants