aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/reentrant.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/reentrant.m4 b/m4/reentrant.m4
index 1b47308d2..1e448be41 100644
--- a/m4/reentrant.m4
+++ b/m4/reentrant.m4
@@ -377,7 +377,7 @@ AC_DEFINE(NEED_REENTRANT, 1,
[Define to 1 if _REENTRANT preprocessor symbol must be defined.])
cat >>confdefs.h <<_ACEOF
#ifndef _REENTRANT
-# define _REENTRANT
+#define _REENTRANT
#endif
_ACEOF
])