1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 09:10:22 +02:00

* configure.in: Allow tabs and whitespace between `void' and

`usleep'.  (Thanks to Harvey J. Stein.)
* configure: Regenerated.
This commit is contained in:
Jim Blandy 1998-10-14 08:22:00 +00:00
parent 731a0a688a
commit c43f86c124
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -3199,7 +3199,7 @@ else
#include </usr/include/unistd.h>
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "void[ ][ ]*usleep" >/dev/null 2>&1; then
egrep "void[ ]+usleep" >/dev/null 2>&1; then
rm -rf conftest*
guile_cv_func_usleep_return_type=void
else