mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
A slightly better POSIX regex test....
This commit is contained in:
parent
accecfe53d
commit
e504623814
2 changed files with 493 additions and 443 deletions
|
|
@ -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.]))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue