summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9d639cf..6211ab3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -226,12 +226,12 @@ AH_VERBATIM([PACKAGE_VERSION_HAVE_TXNS],
[
#ifdef SLAPI_NIS_SUPPORT_BE_TXNS
#ifdef DEFAULT_PLUGIN_USE_BETXNS
-#define PACKAGE_VERSION_TXNS " (betxns:supported_and_used_by_default)"
+#define PACKAGE_VERSION_TXNS " (betxn support available and enabled by default)"
#else
-#define PACKAGE_VERSION_TXNS " (betxns:supported_but_not_used_by_default)"
+#define PACKAGE_VERSION_TXNS " (betxn support available but not enabled by default)"
#endif
#else
-#define PACKAGE_VERSION_TXNS " (betxns:not_supported)"
+#define PACKAGE_VERSION_TXNS " (betxn support not available)"
#endif
])