1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

* acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in

variable name.  (Thanks to Bill Schottstaedt.)
* aclocal.m4: Regenerated.
This commit is contained in:
Jim Blandy 1999-09-05 12:38:01 +00:00
parent d1f728f18a
commit 2a41ec7c7b

2
aclocal.m4 vendored
View file

@ -49,7 +49,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(