[build] skip checking unused execinfo.h

since 380fd060ef, execinfo.h is not used
anymore, so there is no need to check for it.
This commit is contained in:
Alex Xu (Hello71)
2021-11-26 11:50:11 -05:00
parent 4f123c4682
commit 6ece47e17f
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -22,9 +22,6 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine HAVE_DLFCN_H
/* Define to 1 if you have the <execinfo.h> header file. */
#cmakedefine HAVE_EXECINFO_H
/* Define to 1 if you have the `gethostname' function. */
#cmakedefine HAVE_GETHOSTNAME