aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/m4/efl_fnmatch.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libraries/evas/m4/efl_fnmatch.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/evas/m4/efl_fnmatch.m4 b/libraries/evas/m4/efl_fnmatch.m4
index a92ac6b..c857046 100644
--- a/libraries/evas/m4/efl_fnmatch.m4
+++ b/libraries/evas/m4/efl_fnmatch.m4
@@ -13,7 +13,7 @@ AC_CHECK_HEADER([fnmatch.h], [_efl_have_fnmatch="yes"], [_efl_have_fnmatch="no"]
13 13
14if test "x${_efl_have_fnmatch}" = "xyes" ; then 14if test "x${_efl_have_fnmatch}" = "xyes" ; then
15 AC_SEARCH_LIBS([fnmatch], 15 AC_SEARCH_LIBS([fnmatch],
16 [fnmatch evil iberty], 16 [fnmatch evil exotic iberty],
17 [_efl_have_fnmatch="yes"], 17 [_efl_have_fnmatch="yes"],
18 [_efl_have_fnmatch="no"]) 18 [_efl_have_fnmatch="no"])
19fi 19fi