summaryrefslogtreecommitdiff
path: root/cpp/src/config.h.cmake
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-07-16 08:31:27 +0000
committerGordon Sim <gsim@apache.org>2010-07-16 08:31:27 +0000
commit46d17de7be8dc6bebc7393e58a0cb9688ba63dfd (patch)
treecfb51028c1a8c8f9741dda973a5dc2021219c525 /cpp/src/config.h.cmake
parent8007fbae957412f7ff937194063a59c665e9ef47 (diff)
downloadqpid-python-46d17de7be8dc6bebc7393e58a0cb9688ba63dfd.tar.gz
Fix cmake build to correctly enable sasl if libs are detected.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@964709 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/config.h.cmake')
-rw-r--r--cpp/src/config.h.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/config.h.cmake b/cpp/src/config.h.cmake
index 06eacd85d7..2bb84c6e47 100644
--- a/cpp/src/config.h.cmake
+++ b/cpp/src/config.h.cmake
@@ -54,11 +54,8 @@
#cmakedefine QPID_HAS_CLOCK_GETTIME
-#cmakedefine QPID_HAS_SASL
#cmakedefine BROKER_SASL_NAME "${BROKER_SASL_NAME}"
-#ifdef QPID_HAS_SASL
-# define HAVE_SASL 1
-#endif
+#cmakedefine HAVE_SASL ${HAVE_SASL}
#cmakedefine HAVE_OPENAIS_CPG_H ${HAVE_OPENAIS_CPG_H}
#cmakedefine HAVE_COROSYNC_CPG_H ${HAVE_COROSYNC_CPG_H}