From: Yang Tse Date: Tue, 29 Jul 2008 17:45:33 +0000 (+0000) Subject: Also remove the extra quoting. X-Git-Tag: cares-1_5_3~284 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a623f7ed2c8c3bd599d57147aebc6ec7061aac5;p=curl Also remove the extra quoting. --- diff --git a/ares/m4/reentrant.m4 b/ares/m4/reentrant.m4 index bfe68cb40..3569f0e3c 100644 --- a/ares/m4/reentrant.m4 +++ b/ares/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 ]) diff --git a/m4/reentrant.m4 b/m4/reentrant.m4 index e5af41e97..1b47308d2 100644 --- a/m4/reentrant.m4 +++ b/m4/reentrant.m4 @@ -376,9 +376,9 @@ AC_DEFUN([CURL_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 ])