Commit Daniel's fix for issue 123.

This commit is contained in:
Rafael Diniz 2020-08-25 20:28:16 -03:00
parent d79548f4f3
commit 91a2cf257f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ dnl by Florian Bomers
dnl-----------------------------------------------------------------------------
AC_DEFUN([LA_SEARCH_LIB],[
dnl look for lib
LA_SEARCH_FILE($1, $3, $5 $5/lib64 $5/lib $5/lib/x86_64-linux-gnu )
LA_SEARCH_FILE($1, $3, $5 $5/lib64 $5/lib $5/lib/x86_64-linux-gnu $5/lib/arm-linux-gnueabihf )
dnl look for header.
LA_SEARCH_FILE($2, $4, $5 $5/include )
if test ".$1" = "." || test ".$2" = "."; then