summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstdpain <drfeng08@gmail.com>2021-03-13 12:42:01 +0800
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2021-06-20 10:07:42 -0700
commitc25941200ef4ce39d0774c1332ff7abfbeab7035 (patch)
treed0014a348441d5d70408012fc5e485c35b45220e
parent43504ab7091c0bcac9a233aa0ee0720a1549791b (diff)
downloadgperftools-c25941200ef4ce39d0774c1332ff7abfbeab7035.tar.gz
fix cmake gperftools_enable_libunwind invalid
-rw-r--r--cmake/config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 22338da..030955a 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -96,7 +96,7 @@
#cmakedefine HAVE_INTTYPES_H
/* Define to 1 if you have the <libunwind.h> header file. */
-#cmakedefine01 HAVE_LIBUNWIND_H
+#cmakedefine HAVE_LIBUNWIND_H
/* Define to 1 if you have the <linux/ptrace.h> header file. */
#cmakedefine HAVE_LINUX_PTRACE_H