From 26d4bfa4b29de90af395f8eca2d8f18aed6bc873 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 3 Sep 2001 07:27:00 +0000 Subject: [PATCH] Fix typo in quoted strings. --- m4/getcwd.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/getcwd.m4 b/m4/getcwd.m4 index ce4007e..1e1b80e 100644 --- a/m4/getcwd.m4 +++ b/m4/getcwd.m4 @@ -20,7 +20,7 @@ AC_DEFUN([AC_FUNC_GETCWD_NULL], [AC_CHECK_HEADERS(stdlib.h unistd.h) - AC_CACHE_CHECK([[whether getcwd (NULL, 0) allocates memory for result]], + AC_CACHE_CHECK([whether getcwd (NULL, 0) allocates memory for result], [ac_cv_func_getcwd_null], [AC_TRY_RUN( [ @@ -49,5 +49,5 @@ AC_DEFUN([AC_FUNC_GETCWD_NULL], [ac_cv_func_getcwd_null=no])]) if test $ac_cv_func_getcwd_null = yes; then AC_DEFINE(HAVE_GETCWD_NULL, 1, - [[Define if getcwd (NULL, 0) allocates memory for result.]]) + [Define if getcwd (NULL, 0) allocates memory for result.]) fi]) -- 2.44.0