We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f455578 commit 435a8c8Copy full SHA for 435a8c8
configure.ac
@@ -1242,12 +1242,6 @@ opal_show_title "Final top-level OMPI configuration"
1242
1243
opal_show_subtitle "Libtool configuration"
1244
1245
-# Use the undocumented solaris_use_stlport4 libtool variable to turn off any
1246
-# Cstd/stlport4 linkage. This allows Open MPI to be C++ STL agnostic.
1247
-if test "x$opal_cv_c_compiler_vendor" = "xsun"; then
1248
- solaris_use_stlport4="yes"
1249
-fi
1250
-
1251
# Due to this thread:
1252
# https://www.open-mpi.org/community/lists/users/2013/02/21356.php and
1253
# a helpful tip from Dave Goodell, set the precious variables for
0 commit comments