X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgetline.m4;h=834b1a2879dd660c892e9d8570517af908e610dd;hb=67f394c1d2be473276ccd5e071f986511a13e212;hp=b5e20ef3a19453459c9e012811e50b4ffd042d71;hpb=4aa93e26baeb30a13023f9f6bc422dd1654ea8eb;p=gnulib.git diff --git a/m4/getline.m4 b/m4/getline.m4 index b5e20ef3a..834b1a287 100644 --- a/m4/getline.m4 +++ b/m4/getline.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 3 dnl See if there's a working, system-supplied version of the getline function. dnl We can't just do AC_REPLACE_FUNCS(getline) because some systems @@ -7,7 +7,6 @@ dnl to do with the function we need. AC_DEFUN(AM_FUNC_GETLINE, [dnl am_getline_needs_run_time_check=no - am_cv_func_working_getline=yes AC_CHECK_FUNC(getline, dnl Found it in some library. Verify that it works. am_getline_needs_run_time_check=yes,