detect fnmatch first in evil, then in iberty

SVN revision: 37963
This commit is contained in:
Vincent Torri 2008-12-06 18:42:30 +00:00
parent b21c687f61
commit 193eb2b92a
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ fnmatch_libs=""
AC_CHECK_FUNCS([fnmatch], [res="yes"], [res="no"])
if test "x$res" = "xno"; then
AC_SEARCH_LIBS([fnmatch],
[fnmatch iberty evil],
[fnmatch evil iberty],
[res="yes"],
[res="no"])
if test "x$res" = "xno"; then