summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/src/qpid/Version.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/qpid/Version.h b/cpp/src/qpid/Version.h
index f046f713e7..9bd561b7a9 100755
--- a/cpp/src/qpid/Version.h
+++ b/cpp/src/qpid/Version.h
@@ -29,7 +29,11 @@ namespace qpid {
#ifdef HAVE_CONFIG_H
const std::string product = PACKAGE_NAME;
const std::string version = PACKAGE_VERSION;
+# if HAVE_SASL
const std::string saslName = BROKER_SASL_NAME;
+# else
+ const std::string saslName = "qpidd-no-sasl";
+# endif
#else
const std::string product = "qpidc";
const std::string version = "0.3";