Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions opal/mca/dl/dlopen/configure.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- shell-script -*-
#
# Copyright (c) 2009-2015 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2009-2017 Cisco Systems, Inc. All rights reserved
#
# $COPYRIGHT$
#
Expand Down Expand Up @@ -47,7 +47,8 @@ AC_DEFUN([MCA_opal_dl_dlopen_CONFIG],[
])

AS_IF([test "$opal_dl_dlopen_happy" = "yes"],
[opal_dl_dlopen_ADD_LIBS=$opal_dl_dlopen_LIBS
[dl_dlopen_ADD_LIBS=$opal_dl_dlopen_LIBS
dl_dlopen_WRAPPER_EXTRA_LIBS=$opal_dl_dlopen_LIBS
$1],
[$2])

Expand Down