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.
2 parents 4092138 + fe2b6cf commit 44a1c78Copy full SHA for 44a1c78
contrib/dist/make-html-man-pages.pl
@@ -76,7 +76,7 @@ sub doit {
76
# Autogen if we don't have a configure script
77
doit("./autogen.pl")
78
if (! -x "configure");
79
-doit("./configure --prefix=$prefix --enable-mpi-ext=all");
+doit("./configure --prefix=$prefix --enable-mpi-ext=all --without-cs-fs");
80
81
# Find this OMPI's version
82
my $version = `fgrep PACKAGE_VERSION opal/include/opal_config.h | cut -d\\\" -f2`;
0 commit comments