diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-13 16:03:33 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-13 16:03:33 +0300 |
commit | 9b85ee5535a0fd1f21b1cb43d4f5c91ef719684d (patch) | |
tree | b8176c0f6d8731bf9c7613d3f7e6a7fb4e68774f /configure.ac | |
parent | 919ef69e86da9cbed3ba50c462e89313bb283e48 (diff) | |
download | egawk-9b85ee5535a0fd1f21b1cb43d4f5c91ef719684d.tar.gz egawk-9b85ee5535a0fd1f21b1cb43d4f5c91ef719684d.tar.bz2 egawk-9b85ee5535a0fd1f21b1cb43d4f5c91ef719684d.zip |
Remove gawkbool.h; rely on their being a stdbool.h.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d7a66c84..9013a5f3 100644 --- a/configure.ac +++ b/configure.ac @@ -142,8 +142,8 @@ AM_LANGINFO_CODESET gt_LC_MESSAGES dnl checks for header files -AC_CHECK_HEADERS(arpa/inet.h fcntl.h limits.h locale.h libintl.h mcheck.h \ - netdb.h netinet/in.h stdarg.h stddef.h string.h \ +AC_CHECK_HEADERS(arpa/inet.h fcntl.h locale.h libintl.h mcheck.h \ + netdb.h netinet/in.h stddef.h string.h \ sys/ioctl.h sys/param.h sys/select.h sys/socket.h sys/time.h unistd.h \ termios.h stropts.h wchar.h wctype.h) AC_HEADER_STDC |