diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/arm-linux | 3 | ||||
-rw-r--r-- | site/arm-linux-uclibc | 4 | ||||
-rw-r--r-- | site/armeb-linux | 3 | ||||
-rw-r--r-- | site/armeb-linux-uclibc | 3 |
4 files changed, 11 insertions, 2 deletions
diff --git a/site/arm-linux b/site/arm-linux index a4a5a34248..13b279a540 100644 --- a/site/arm-linux +++ b/site/arm-linux @@ -325,3 +325,6 @@ ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes} # gettext am_cv_func_working_getline=${am_cv_func_working_getline=yes} + +# fnmatch +ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} diff --git a/site/arm-linux-uclibc b/site/arm-linux-uclibc index 4b6ac504aa..83f70ff837 100644 --- a/site/arm-linux-uclibc +++ b/site/arm-linux-uclibc @@ -315,5 +315,5 @@ ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes} # gettext am_cv_func_working_getline=${am_cv_func_working_getline=yes} -# gettext -am_cv_func_working_getline=${am_cv_func_working_getline=yes} +# fnmatch +ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} diff --git a/site/armeb-linux b/site/armeb-linux index d06dc2a8dd..113492a208 100644 --- a/site/armeb-linux +++ b/site/armeb-linux @@ -314,3 +314,6 @@ ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes} # gettext am_cv_func_working_getline=${am_cv_func_working_getline=yes} + +# fnmatch +ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} diff --git a/site/armeb-linux-uclibc b/site/armeb-linux-uclibc index d06dc2a8dd..113492a208 100644 --- a/site/armeb-linux-uclibc +++ b/site/armeb-linux-uclibc @@ -314,3 +314,6 @@ ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes} # gettext am_cv_func_working_getline=${am_cv_func_working_getline=yes} + +# fnmatch +ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} |