configure: only add CONFIG_RDMA to config-host.h once
commit416471916542f30c49f2ed2187d634e9ad26d57d
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 31 Jul 2015 12:23:23 +0000 (31 13:23 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Aug 2015 21:40:32 +0000 (14 23:40 +0200)
tree5b4f4548de0411f0ce5fe35a3af86554999904de
parent06832648e1dbd268d7b719b9a49df476af689c6d
configure: only add CONFIG_RDMA to config-host.h once

For unknown reasons (probably a git rebase merge mistake)

  commit 2da776db4846eadcb808598a5d3484d149773c05
  Author: Michael R. Hines <mrhines@us.ibm.com>
  Date:   Mon Jul 22 10:01:54 2013 -0400

    rdma: core logic

Adds CONFIG_RDMA to config-host.h twice, as can be seen
in the generated file:

 $ grep CONFIG_RDMA config-host.h
 #define CONFIG_RDMA 1
 #define CONFIG_RDMA 1

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-Id: <1438345403-32467-1-git-send-email-berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure