X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=m4%2Fgetline.m4;h=83005600d65b23657095a15d8b6d246d62f8da0e;hb=e240ab433593692f27c804c26ec1730a0dd27e5d;hp=996ca216559d61a7a42e407a8d633c0da8a10581;hpb=c73180ce2386926c82f74e30a8ddfdcf0a6e0363;p=gnulib.git diff --git a/m4/getline.m4 b/m4/getline.m4 index 996ca2165..83005600d 100644 --- a/m4/getline.m4 +++ b/m4/getline.m4 @@ -80,9 +80,10 @@ AC_DEFUN([gl_FUNC_GETLINE], fi if test $am_cv_func_working_getline = no; then - if test $gl_getline_needs_run_time_check = yes; then - REPLACE_GETLINE=1 - fi + dnl Set REPLACE_GETLINE always: Even if we have not found the broken + dnl getline function among $LIBS, it may exist in libinet and the + dnl executable may be linked with -linet. + REPLACE_GETLINE=1 AC_LIBOBJ([getline]) gl_PREREQ_GETLINE