mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
7 lines
220 B
Text
7 lines
220 B
Text
name=zsh/pcre
|
|
link=`if test x$enable_pcre = xyes && (pcre-config --version >/dev/null 2>/dev/null); then echo dynamic; else echo no; fi`
|
|
load=no
|
|
|
|
autofeatures="b:pcre_compile b:pcre_study b:pcre_match"
|
|
|
|
objects="pcre.o"
|