add search for strings.h because AC_HEADER_STDC isn't sufficient

This commit is contained in:
dwarning 2009-11-17 19:29:07 +00:00
parent b8d9cf31ab
commit 872c616ad4
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ fi
dnl Checks for ANSI-C header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(strings.h)
if test "$enable_ansi" = "yes"; then
AC_PROG_CC()