mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 08:04:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			286 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			286 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
if test "x$have_zlib" = "xfalse"; then
 | 
						|
	echo "**************************************************"
 | 
						|
	echo "*"
 | 
						|
	echo "* You don't seem to have libz / zlib.h installed."
 | 
						|
	echo "* Compressed frames have been disabled."
 | 
						|
	echo "*"
 | 
						|
	echo "**************************************************"
 | 
						|
fi
 |