]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: remove duplicated HAVE_EXECINFO_H macro
authorKefu Chai <kchai@redhat.com>
Sat, 30 Jan 2016 17:12:12 +0000 (01:12 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 30 Jan 2016 17:12:15 +0000 (01:12 +0800)
fixes the `"HAVE_EXECINFO_H" redefined` warning

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/include/config-h.in.cmake

index 8e23399306d82779fb6eb959511e55d9c8f16b65..828b942ff3f7c8f232e89a85d596beb3f289b0f0 100644 (file)
 /* Defined if curl headers define curl_multi_wait() */
 #cmakedefine HAVE_CURL_MULTI_WAIT 1
 
-/* Define to 1 if you have the <execinfo.h> header file. */
-#cmakedefine HAVE_EXECINFO_H 1
-
 #endif /* CONFIG_H */