Skip to content

Commit 5cab823

Browse files
author
Ralph Castain
committed
Leave opal_event_external_support exposed as global var
Signed-off-by: Ralph Castain <[email protected]>
1 parent 92d8941 commit 5cab823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/event/external/configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright (c) 2015-2018 Research Organization for Information Science
66
# and Technology (RIST). All rights reserved.
77
#
8-
# Copyright (c) 2017 Intel, Inc. All rights reserved.
8+
# Copyright (c) 2017-2018 Intel, Inc. All rights reserved.
99
# $COPYRIGHT$
1010
#
1111
# Additional copyrights may follow
@@ -56,7 +56,7 @@ AC_DEFUN([MCA_opal_event_external_POST_CONFIG],[
5656
AC_DEFUN([MCA_opal_event_external_CONFIG],[
5757
AC_CONFIG_FILES([opal/mca/event/external/Makefile])
5858

59-
OPAL_VAR_SCOPE_PUSH([opal_event_external_CPPFLAGS_save opal_event_external_CFLAGS_save opal_event_external_LDFLAGS_save opal_event_external_LIBS_save opal_event_dir opal_event_external_support opal_event_summary_msg])
59+
OPAL_VAR_SCOPE_PUSH([opal_event_external_CPPFLAGS_save opal_event_external_CFLAGS_save opal_event_external_LDFLAGS_save opal_event_external_LIBS_save opal_event_dir opal_event_summary_msg])
6060

6161
# Make some processing below easier ($with_libevent==yes and
6262
# $with_libevent==no has already been filtered out).

0 commit comments

Comments
 (0)