about summary refs log tree commit diff
path: root/Src/Modules/regex.mdd
blob: d532a8dd25d8301e967ac3c707cbce58696d80b9 (plain) (blame)
1
2
3
4
5
6
7
8
name=zsh/regex
link=`if test x$ac_cv_func_regcomp = xyes && \
         test x$ac_cv_func_regexec = xyes && \
         test x$ac_cv_func_regerror = xyes && \
         test x$ac_cv_func_regfree = xyes; then echo dynamic; else echo no; fi`
load=no

objects="regex.o"