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