summaryrefslogtreecommitdiff
path: root/m4/ax_cxx_namespaces.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ax_cxx_namespaces.m4')
-rw-r--r--m4/ax_cxx_namespaces.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_cxx_namespaces.m4 b/m4/ax_cxx_namespaces.m4
index 9fdc374..81b97a7 100644
--- a/m4/ax_cxx_namespaces.m4
+++ b/m4/ax_cxx_namespaces.m4
@@ -35,6 +35,6 @@ ax_cv_cxx_namespaces,
AC_LANG_RESTORE
])
if test "$ax_cv_cxx_namespaces" = yes; then
- AC_DEFINE(HAVE_NAMESPACES,,[define if the compiler implements namespaces])
+ AC_DEFINE(HAVE_NAMESPACES,1,[define if the compiler implements namespaces])
fi
])