diff options
Diffstat (limited to 'cpp')
| -rwxr-xr-x | cpp/src/qpid/Version.h | 4 |
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"; |
