[vtorri patch] detection of fnmatch function in evil before the detection in iberty

SVN revision: 37615
This commit is contained in:
Samuel F. Baggen 2008-11-14 09:57:45 +00:00
parent 059a224215
commit 5768d41053
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ AC_CHECK_HEADER([fnmatch.h],
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