From 72b6292b6943b1bdb203fd7ec5839df1e5b117fe Mon Sep 17 00:00:00 2001 From: shanekimble Date: Wed, 9 Oct 2019 20:12:39 -0400 Subject: [PATCH] Fix a typo: slopen -> dlopen Signed-off-by: shanekimble --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 0444dad16d..0c5bc9ad11 100644 --- a/README +++ b/README @@ -188,7 +188,7 @@ General notes - Oracle Solaris 10 and 11, 32 and 64 bit (SPARC, i386, x86_64), with Oracle Solaris Studio 12.5 - OpenBSD. Requires configure options --enable-mca-no-build=patcher - and --disable-slopen with this release. + and --disable-dlopen with this release. - Problems have been reported when building Open MPI on FreeBSD 11.1 using the clang-4.0 system compiler. A workaround is to build Open MPI using the GNU compiler.