mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 13:17:25 +01:00 
			
		
		
		
	build: Require at least version 0.14 when building with external ELL
This commit is contained in:
		
							parent
							
								
									fbcacce0a3
								
							
						
					
					
						commit
						1237382dda
					
				| @ -164,12 +164,12 @@ if (test "${enable_external_ell}" = "yes"); then | ||||
| 			test "${enable_monitor}" != "no" || | ||||
| 			test "${enable_wired}" = "yes" || | ||||
| 			test "${enable_hwsim}" = "yes"); then | ||||
| 		ell_min_version="0.12" | ||||
| 		ell_min_version="0.14" | ||||
| 	else | ||||
| 		ell_min_version="0.5" | ||||
| 	fi | ||||
| 	PKG_CHECK_MODULES(ELL, ell >= ${ell_min_version}, dummy=yes, | ||||
| 		AC_MSG_ERROR(Embedded Linux library >= 0.12 is required)) | ||||
| 		AC_MSG_ERROR(Embedded Linux library >= ${ell_min_version} is required)) | ||||
| 	AC_SUBST(ELL_CFLAGS) | ||||
| 	AC_SUBST(ELL_LIBS) | ||||
| fi | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Marcel Holtmann
						Marcel Holtmann