From 64b75e2ec6894032932cacd9aa6bcadb4160e526 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 29 Jul 2008 17:45:33 +0000 Subject: [PATCH] Also remove the extra quoting. --- m4/reentrant.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/reentrant.m4 b/m4/reentrant.m4 index bfe68cb..3569f0e 100644 --- a/m4/reentrant.m4 +++ b/m4/reentrant.m4 @@ -354,9 +354,9 @@ AC_DEFUN([CARES_CONFIGURE_FROM_NOW_ON_WITH_REENTRANT], [ AC_DEFINE(NEED_REENTRANT, 1, [Define to 1 if _REENTRANT preprocessor symbol must be defined.]) cat >>confdefs.h <<_ACEOF -[#ifndef _REENTRANT +#ifndef _REENTRANT # define _REENTRANT -#endif] +#endif _ACEOF ]) -- 2.7.4