A slightly better POSIX regex test....

This commit is contained in:
Kurt Zeilenga 1999-06-06 04:44:34 +00:00
parent accecfe53d
commit e504623814
2 changed files with 493 additions and 443 deletions

933
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -444,8 +444,9 @@ AC_CHECK_LIB(V3, sigset)
AC_CHECK_HEADERS( regex.h )
if test "$ac_cv_header_regex_h" != yes ; then
AC_MSG_ERROR([POSIX REGEX required.])
AC_MSG_ERROR([POSIX regex.h required.])
fi
AC_CHECK_FUNC(regfree, :, AC_MSG_ERROR([POSIX regex required.]))
AC_CHECK_FUNC(select, :, AC_MSG_ERROR([select() required.]))