summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2002-02-21 19:35:39 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2002-02-21 19:35:39 +0000
commit3d77146f52e28c143dcd2010229b09b690357452 (patch)
treea283d5853cfd6661d26ce43647b18ceb626ec2b5 /acinclude.m4
parentc709de7f982ee19843e162f1778705a002c513c4 (diff)
downloadguile-3d77146f52e28c143dcd2010229b09b690357452.tar.gz
* Quote multiword string using [ ].
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index f0402880a..f0ec6d03c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -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