summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-06-18 21:29:16 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-06-18 21:29:16 +0000
commit9ce576f754c1ad5e92c2b2d295083aea0d29bda1 (patch)
tree1aae0577c2e40b6b4f004055cf8fd615df35f379 /qpid/cpp/src/CMakeLists.txt
parentdcbe230a40f223d1e651cbd5d5626dee8d5c71b7 (diff)
downloadqpid-python-9ce576f754c1ad5e92c2b2d295083aea0d29bda1.tar.gz
NO-JIRA: Remove useless HAVE_CONFIG_H definition
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1494316 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/CMakeLists.txt')
-rw-r--r--qpid/cpp/src/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt
index 03f9fae74e..c579ee94d2 100644
--- a/qpid/cpp/src/CMakeLists.txt
+++ b/qpid/cpp/src/CMakeLists.txt
@@ -1526,11 +1526,6 @@ install_pdb (qmfconsole ${QPID_COMPONENT_QMF})
#
include (legacystore.cmake)
-# This is only really needed until all the trunk builds (Linux, UNIX, Windows)
-# are all on cmake only. This is because cmake builds always have a config.h
-# file whereas older builds only have config.h on autoconf-generated builds.
-add_definitions(-DHAVE_CONFIG_H)
-
# Now create the config file from all the info learned above.
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake
${CMAKE_CURRENT_BINARY_DIR}/config.h)