1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in

variable name.  (Thanks to Bill Schottstaedt.)
This commit is contained in:
Jim Blandy 1999-09-03 01:24:40 +00:00
parent 51157deb12
commit 42d0ffc9fa

View file

@ -37,7 +37,7 @@ AC_DEFUN([GUILE_HEADER_LIBC_WITH_UNISTD],
[
if test "$ac_cv_header_libc_h" = "no"; then
guile_cv_header_libc_with_unistd="no"
elif test "$ac_cv_header_unistd.h" = "no"; then
elif test "$ac_cv_header_unistd_h" = "no"; then
guile_cv_header_libc_with_unistd="yes"
else
AC_TRY_COMPILE(