about summary refs log tree commit diff
path: root/Src/Modules/regex.mdd
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Modules/regex.mdd')
-rw-r--r--Src/Modules/regex.mdd10
1 files changed, 10 insertions, 0 deletions
diff --git a/Src/Modules/regex.mdd b/Src/Modules/regex.mdd
new file mode 100644
index 000000000..d025cabde
--- /dev/null
+++ b/Src/Modules/regex.mdd
@@ -0,0 +1,10 @@
+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
+
+autobins=""
+
+objects="regex.o"