Don't set am_cv_func_working_getline before the
authorJim Meyering <jim@meyering.net>
Sat, 7 Feb 1998 09:50:58 +0000 (09:50 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 7 Feb 1998 09:50:58 +0000 (09:50 +0000)
commit9e7ca267388117fc684329353ab7b1380f6ffe83
tree8f76dc27806997c6beefb3f936df573f909230b7
parentde38f9c61fbff24a842744876be5ba6d1b095b18
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.
m4/getline.m4