Skip to content

Commit 435a8c8

Browse files
committed
configure.ac: remove stale Solaris C++ STL kruft
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent f455578 commit 435a8c8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

configure.ac

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,12 +1242,6 @@ opal_show_title "Final top-level OMPI configuration"
12421242

12431243
opal_show_subtitle "Libtool configuration"
12441244

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-
12511245
# Due to this thread:
12521246
# https://www.open-mpi.org/community/lists/users/2013/02/21356.php and
12531247
# a helpful tip from Dave Goodell, set the precious variables for

0 commit comments

Comments
 (0)