mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +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:
parent
d1f728f18a
commit
2a41ec7c7b
1 changed files with 1 additions and 1 deletions
2
aclocal.m4
vendored
2
aclocal.m4
vendored
|
@ -49,7 +49,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