diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-05-01 22:05:03 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-05-01 22:05:03 +0000 |
commit | 7f03c3d851c571d86d18c701d882c13ad5d06c6c (patch) | |
tree | 17edf1709daf6247f505f82d12bbd5c67fa69906 /configure.ac | |
parent | eb4c3d4bf2e6b13078afd0820375dc02a2eb2a1f (diff) | |
download | zsh-7f03c3d851c571d86d18c701d882c13ad5d06c6c.tar.gz zsh-7f03c3d851c571d86d18c701d882c13ad5d06c6c.tar.xz zsh-7f03c3d851c571d86d18c701d882c13ad5d06c6c.zip |
23375: Phil Pennock: =~, zsh/regex etc. etc.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7f585d685..e2d34cade 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |