Add missing configure checks for getopt.h and getopt_long.
This commit is contained in:
parent
e049a4336e
commit
6ca3b49e69
@ -63,6 +63,9 @@ esac
|
||||
AC_SUBST(WINSOCK2_LIBS)
|
||||
AC_SUBST(DLL_LDFLAGS)
|
||||
|
||||
AC_CHECK_HEADERS(getopt.h)
|
||||
AC_CHECK_FUNCS(getopt_long)
|
||||
|
||||
AC_CHECK_HEADERS(unistd.h inttypes.h stdint.h endian.h libc.h)
|
||||
AC_CHECK_HEADERS(windows.h winsock2.h process.h)
|
||||
AC_CHECK_HEADERS(malloc.h dlfcn.h regex.h sys/cdefs.h sys/socket.h)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user