1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

23375: Phil Pennock: =~, zsh/regex etc. etc.

This commit is contained in:
Peter Stephenson 2007-05-01 22:05:03 +00:00
parent eb4c3d4bf2
commit 7f03c3d851
14 changed files with 392 additions and 51 deletions

View file

@ -1135,7 +1135,8 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \
erand48 open_memstream \
wctomb iconv \
grantpt unlockpt ptsname \
htons ntohs)
htons ntohs \
regcomp regexec regerror regfree)
AC_FUNC_STRCOLL
if test x$enable_cap = xyes; then