check fnmatch in evil before iberty (for mingw users)
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 13 Nov 2008 20:48:37 +0000 (20:48 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 13 Nov 2008 20:48:37 +0000 (20:48 +0000)
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

configure.ac

index 39e848c..c1a5f8a 100644 (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