changeset 1236:2aebe5b10246

Don't set am_cv_func_working_getline before the cache-check for the same variable -- that defeated the purpose of the test; the test program was never run. This was a problem only on systems with losing getline functions -- HP-UX 10.20 is one. Reported by Bjorn Helgaas.
author Jim Meyering <jim@meyering.net>
date Sat, 07 Feb 1998 09:50:58 +0000
parents 05ba68a280f5
children d8c2b8831b7e
files m4/getline.m4
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/getline.m4
+++ b/m4/getline.m4
@@ -7,7 +7,6 @@
 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,