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:
parent
eb4c3d4bf2
commit
7f03c3d851
14 changed files with 392 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue