summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/replace/libreplace_macros.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/replace/libreplace_macros.m4 b/source4/lib/replace/libreplace_macros.m4
index 6c4cfc465d..913de5eab1 100644
--- a/source4/lib/replace/libreplace_macros.m4
+++ b/source4/lib/replace/libreplace_macros.m4
@@ -91,11 +91,11 @@ AC_DEFUN([AC_EXTENSION_FLAG],
[
cat >>confdefs.h <<\EOF
#ifndef $1
-# define $1
+# define $1 1
#endif
EOF
AH_VERBATIM([$1], [#ifndef $1
-# define $1
+# define $1 1
#endif])
])