diff options
author | Jim Blandy <jimb@red-bean.com> | 1999-09-03 01:24:40 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1999-09-03 01:24:40 +0000 |
commit | 42d0ffc9fac918ff1992dd8a48658abb832f9357 (patch) | |
tree | 0fdc5406c437cbeb264bd1451a92220101bf773f /acinclude.m4 | |
parent | 51157deb120bf60566c21f6d1ff1f970d6df0e5d (diff) |
* acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
variable name. (Thanks to Bill Schottstaedt.)
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 3c58fb055..169178315 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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( |