Skip to content
Snippets Groups Projects
Commit 435a8c81 authored by Jeff Squyres's avatar Jeff Squyres
Browse files

configure.ac: remove stale Solaris C++ STL kruft


Signed-off-by: default avatarJeff Squyres <jsquyres@cisco.com>
parent f4555789
No related branches found
No related tags found
No related merge requests found
...@@ -1242,12 +1242,6 @@ opal_show_title "Final top-level OMPI configuration" ...@@ -1242,12 +1242,6 @@ opal_show_title "Final top-level OMPI configuration"
opal_show_subtitle "Libtool configuration" opal_show_subtitle "Libtool configuration"
# Use the undocumented solaris_use_stlport4 libtool variable to turn off any
# Cstd/stlport4 linkage. This allows Open MPI to be C++ STL agnostic.
if test "x$opal_cv_c_compiler_vendor" = "xsun"; then
solaris_use_stlport4="yes"
fi
# Due to this thread: # Due to this thread:
# https://www.open-mpi.org/community/lists/users/2013/02/21356.php and # https://www.open-mpi.org/community/lists/users/2013/02/21356.php and
# a helpful tip from Dave Goodell, set the precious variables for # a helpful tip from Dave Goodell, set the precious variables for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment