Merge pull request #1463 from Hello71/no-execinfo

[build] skip checking unused execinfo.h
This commit is contained in:
Andrey Volk
2021-12-21 23:18:03 +03:00
committed by GitHub
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -883,7 +883,7 @@ AC_SUBST(LIBTOOL_LIB_EXTEN)
# Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
AC_CHECK_HEADERS([sys/types.h sys/resource.h sched.h wchar.h sys/filio.h sys/ioctl.h sys/prctl.h sys/select.h netdb.h execinfo.h sys/time.h])
AC_CHECK_HEADERS([sys/types.h sys/resource.h sched.h wchar.h sys/filio.h sys/ioctl.h sys/prctl.h sys/select.h netdb.h sys/time.h])
# Solaris 11 privilege management
AS_CASE([$host],
-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