Skip to content

Commit d704712

Browse files
Merge pull request #4242 from ggouaillardet/topic/libnl3
configury: do not use libnl-3 when it is half broken
2 parents a182b4f + 94747a1 commit d704712

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/opal_check_libnl.m4

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl -*- shell-script -*-
22
dnl
3-
dnl Copyright (c) 2015-2016 Research Organization for Information Science
3+
dnl Copyright (c) 2015-2017 Research Organization for Information Science
44
dnl and Technology (RIST). All rights reserved.
55
dnl $COPYRIGHT$
66
dnl
@@ -217,7 +217,8 @@ AC_DEFUN([OPAL_CHECK_LIBNL_V3],[
217217
# If we found everything
218218
AS_IF([test $opal_libnlv3_happy -eq 1],
219219
[$2_LIBS="-lnl-3 -lnl-route-3"
220-
OPAL_HAVE_LIBNL3=1])
220+
OPAL_HAVE_LIBNL3=1],
221+
[$2_LIBS=""])
221222

222223
OPAL_VAR_SCOPE_POP
223224
])

0 commit comments

Comments
 (0)