Author: astitcher
Date: Tue May  5 22:26:53 2009
New Revision: 771992

URL: http://svn.apache.org/viewvc?rev=771992&view=rev
Log:
Get the sense of the BUILD_ACL option the correct way round

Modified:
    qpid/trunk/qpid/cpp/src/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/CMakeLists.txt?rev=771992&r1=771991&r2=771992&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/src/CMakeLists.txt Tue May  5 22:26:53 2009
@@ -230,9 +230,9 @@
 # Build the ACL plugin
 set (acl_default ON)
 # Like this until we fix exporting symbols from the generated management code
-if (NOT CMAKE_SYSTEM_NAME STREQUAL Windows)
+if (CMAKE_SYSTEM_NAME STREQUAL Windows)
   set(acl_default OFF)
-endif (NOT CMAKE_SYSTEM_NAME STREQUAL Windows)
+endif (CMAKE_SYSTEM_NAME STREQUAL Windows)
 option(BUILD_ACL "Build ACL enforcement broker plugin" ${acl_default})
 if (BUILD_ACL)
   set (acl_SOURCES



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to