mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-05 09:10:18 +02:00
(GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than
"" for multiword string. Thanks to Christopher Cramer.
This commit is contained in:
parent
8681552044
commit
b8505699fb
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ AC_DEFUN([GUILE_HEADER_LIBC_WITH_UNISTD],
|
|||
[
|
||||
AC_CHECK_HEADERS(libc.h unistd.h)
|
||||
AC_CACHE_CHECK(
|
||||
"whether libc.h and unistd.h can be included together",
|
||||
[whether libc.h and unistd.h can be included together],
|
||||
guile_cv_header_libc_with_unistd,
|
||||
[
|
||||
if test "$ac_cv_header_libc_h" = "no"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue