1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-05 17:20:18 +02:00

(GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than

"" for multiword string.  Thanks to Christopher Cramer.
This commit is contained in:
Thien-Thi Nguyen 2002-03-04 19:07:08 +00:00
parent 8681552044
commit b8505699fb

View file

@ -53,7 +53,7 @@ AC_DEFUN([GUILE_HEADER_LIBC_WITH_UNISTD],
[ [
AC_CHECK_HEADERS(libc.h unistd.h) AC_CHECK_HEADERS(libc.h unistd.h)
AC_CACHE_CHECK( 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, guile_cv_header_libc_with_unistd,
[ [
if test "$ac_cv_header_libc_h" = "no"; then if test "$ac_cv_header_libc_h" = "no"; then