Skip to content
Snippets Groups Projects
Commit 80e62ef2 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

configure: remove obsolete macro

Change-Id: I7a2227aafe585bee1f4ed115f22e987e77fd49ff
parent 286d5f15
No related branches found
No related tags found
No related merge requests found
......@@ -161,20 +161,12 @@ dnl Check for C++17 support
AX_CXX_COMPILE_STDCXX(17,[ext],[mandatory])
dnl Check for header files
AC_FUNC_ALLOCA
AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h limits.h \
netdb.h netinet/in.h stdlib.h string.h \
sys/ioctl.h sys/socket.h sys/time.h unistd.h])
dnl Check for typedefs, structures, and compiler characteristics
AC_HEADER_STAT
AC_HEADER_STDBOOL
AC_C_CONST
AC_C_INLINE
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_C_VOLATILE
AC_CHECK_TYPES([ptrdiff_t])
PKG_PROG_PKG_CONFIG()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment