summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/getline.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/getline.m4 b/m4/getline.m4
index b5e20ef3a..2fd393f0c 100644
--- a/m4/getline.m4
+++ b/m4/getline.m4
@@ -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,