mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
* acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
variable name. (Thanks to Bill Schottstaedt.)
This commit is contained in:
parent
51157deb12
commit
42d0ffc9fa
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ AC_DEFUN([GUILE_HEADER_LIBC_WITH_UNISTD],
|
||||||
[
|
[
|
||||||
if test "$ac_cv_header_libc_h" = "no"; then
|
if test "$ac_cv_header_libc_h" = "no"; then
|
||||||
guile_cv_header_libc_with_unistd="no"
|
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"
|
guile_cv_header_libc_with_unistd="yes"
|
||||||
else
|
else
|
||||||
AC_TRY_COMPILE(
|
AC_TRY_COMPILE(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue