Fix warnings

This commit is contained in:
Evan Miller
2020-08-05 23:48:49 -04:00
parent 8bacbf1678
commit 7c324a9cb4
2 changed files with 9 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ AC_HEADER_STDC
AC_CHECK_HEADERS(fcntl.h limits.h unistd.h)
AC_CHECK_HEADERS(wordexp.h)
AC_CHECK_LIB(mswstr, DBLCMapStringW)
AC_CHECK_DECLS([program_invocation_short_name], [], [], [[#include <errno.h>]])
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST