mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-30 05:40:58 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 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"
 |