diff options
| author | Gordon Sim <gsim@apache.org> | 2010-07-16 08:31:27 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-07-16 08:31:27 +0000 |
| commit | 838604b8c62ea9c062d9749a9f3bf8f2d10bd0b2 (patch) | |
| tree | 68ee753f4c588e39bb6dba590dfc8428a83b67df /qpid/cpp/src/config.h.cmake | |
| parent | 27a46e6c6603a5c7527c9e84176025f80bb16d69 (diff) | |
| download | qpid-python-838604b8c62ea9c062d9749a9f3bf8f2d10bd0b2.tar.gz | |
Fix cmake build to correctly enable sasl if libs are detected.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@964709 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/config.h.cmake')
| -rw-r--r-- | qpid/cpp/src/config.h.cmake | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/qpid/cpp/src/config.h.cmake b/qpid/cpp/src/config.h.cmake index 06eacd85d7..2bb84c6e47 100644 --- a/qpid/cpp/src/config.h.cmake +++ b/qpid/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} |
