Skip to content

Commit 59d9837

Browse files
committed
libevent: disable checks
Disable libevent regression checks so that we do not need to require Python for Open MPI builds. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 26aeb59 commit 59d9837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_config_libevent.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ AC_DEFUN([_OPAL_CONFIG_LIBEVENT_INTERNAL], [
185185
# fake being GCC (I'm looking at you, PGI).
186186
OPAL_SUBDIR_ENV_CLEAN([opal_libevent_configure])
187187
PAC_CONFIG_SUBDIR_ARGS([3rd-party/libevent_directory],
188-
[--disable-dns --disable-http --disable-rpc --disable-openssl --enable-thread-support --disable-evport --disable-gcc-warnings],
188+
[--disable-dns --disable-http --disable-rpc --disable-openssl --enable-thread-support --disable-evport --disable-gcc-warnings --disable-libevent-regress],
189189
[], [subconfig_happy=1], [subconfig_happy=0])
190190
OPAL_SUBDIR_ENV_RESTORE([opal_libevent_configure])
191191

0 commit comments

Comments
 (0)