From d7f6fa01c0e7a538dfa5104e6628b9574cccc746 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 3 Oct 2008 21:12:18 +0000 Subject: Don't refer to BROKER_SASL_NAME is SASL not configured; refixes QPID-1309 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@701535 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/Version.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/src') 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"; -- cgit v1.2.1