From: barbieri Date: Thu, 13 Nov 2008 20:48:37 +0000 (+0000) Subject: check fnmatch in evil before iberty (for mingw users) X-Git-Tag: 2.0_alpha~54^2~386 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51feed49aacbefd5abcddc1a0765078742bb8531;p=framework%2Fuifw%2Feet.git check fnmatch in evil before iberty (for mingw users) Patch by Vincent, who is on windows and cannot commit :-P git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@37608 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 39e848c..c1a5f8a 100644 --- a/configure.ac +++ b/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