check fnmatch in evil before iberty (for mingw users)

Patch by Vincent, who is on windows and cannot commit :-P



SVN revision: 37608
This commit is contained in:
Gustavo Sverzut Barbieri 2008-11-13 20:48:37 +00:00
parent 14243bc1b3
commit 817e679d29
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,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