Update acinclude.m4 to fix multiarch build. Fixes #62

This commit is contained in:
alban.peignier@gmail.com 2013-04-04 04:59:00 +00:00
parent be34bc4a37
commit 8ac1639800
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 )
LA_SEARCH_FILE($1, $3, $5 $5/lib64 $5/lib $5/lib/x86_64-linux-gnu )
dnl look for header.
LA_SEARCH_FILE($2, $4, $5 $5/include )
if test ".$1" = "." || test ".$2" = "."; then