1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* Quote multiword string using [ ].

This commit is contained in:
Neil Jerram 2002-02-21 19:35:39 +00:00
parent c709de7f98
commit 3d77146f52
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2002-02-21 Neil Jerram <neil@ossau.uklinux.net>
* acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than
"" for multiword string. Thanks to Christopher Cramer for
pointing this out.
2002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* acconfig.h (GUILE_DEBUG_MALLOC): Refer to scm_gc_malloc, etc,

View file

@ -32,7 +32,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