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 a182b4f + 94747a1 commit d704712Copy full SHA for d704712
config/opal_check_libnl.m4
@@ -1,6 +1,6 @@
1
dnl -*- shell-script -*-
2
dnl
3
-dnl Copyright (c) 2015-2016 Research Organization for Information Science
+dnl Copyright (c) 2015-2017 Research Organization for Information Science
4
dnl and Technology (RIST). All rights reserved.
5
dnl $COPYRIGHT$
6
@@ -217,7 +217,8 @@ AC_DEFUN([OPAL_CHECK_LIBNL_V3],[
217
# If we found everything
218
AS_IF([test $opal_libnlv3_happy -eq 1],
219
[$2_LIBS="-lnl-3 -lnl-route-3"
220
- OPAL_HAVE_LIBNL3=1])
+ OPAL_HAVE_LIBNL3=1],
221
+ [$2_LIBS=""])
222
223
OPAL_VAR_SCOPE_POP
224
])
0 commit comments