Skip to content

Commit

Permalink
Test CXX for clang++ not clang
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes authored Oct 31, 2023
1 parent b63b292 commit 0498c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if test "x$CXXLIB" == "x"; then
if test "x$CXX" == "xifort"; then
CXXLIB="-cxxlib"
else
if test "x$CXX" == "xclang"; then
if test "x$CXX" == "xclang++"; then
CXXLIB="-lc++"
else
CXXLIB="-lstdc++"
Expand Down

0 comments on commit 0498c71

Please sign in to comment.