From 817e679d296087fd8285ae97659476f9645d7944 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Thu, 13 Nov 2008 20:48:37 +0000 Subject: [PATCH] check fnmatch in evil before iberty (for mingw users) Patch by Vincent, who is on windows and cannot commit :-P SVN revision: 37608 --- legacy/eet/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eet/configure.ac b/legacy/eet/configure.ac index 39e848cee9..c1a5f8ae0d 100644 --- a/legacy/eet/configure.ac +++ b/legacy/eet/configure.ac @@ -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