Skip to content

Commit

Permalink
Checking whether the Nanos6 library was installed in a lib64 directory
Browse files Browse the repository at this point in the history
  • Loading branch information
smateo committed Jul 23, 2018
1 parent 11901bb commit 3aa1f97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Expand Up @@ -1023,7 +1023,8 @@ then
AC_MSG_ERROR([Nanos6 support was required but 'libnanos6.so' was not found])
fi
AS_UNSET(ac_cv_lib_nanos6_nanos_in_final)
LDFLAGS="$LDFLAGSBACKUP -L${nanos6}/lib64"
nanos6_lib="${withval}/lib64"
LDFLAGS="$LDFLAGSBACKUP -L${nanos6_lib}"
AC_CHECK_LIB([nanos6], [nanos_in_final],
[break],
[AC_MSG_ERROR([Nanos6 support was required but 'libnanos6.so' was not found])])
Expand Down

0 comments on commit 3aa1f97

Please sign in to comment.