aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-29 17:45:33 +0000
committerYang Tse <yangsita@gmail.com>2008-07-29 17:45:33 +0000
commit4a623f7ed2c8c3bd599d57147aebc6ec7061aac5 (patch)
tree93dabdf86be57f6b1fceb13376bbf8fe24a9fe7e /m4
parentf18700ef64d4f4421faef118a504622cf695bc58 (diff)
Also remove the extra quoting.
Diffstat (limited to 'm4')
-rw-r--r--m4/reentrant.m44
1 files changed, 2 insertions, 2 deletions
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
])