mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
				synced 2025-11-03 21:53:18 +00:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			1.7.0
			...
			fixeria/ms
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					6e02b3078b | 
@@ -212,7 +212,12 @@ AS_IF([test "x$with_bladerf" = "xyes"], [
 | 
			
		||||
AC_MSG_CHECKING([whether to enable building MS TRX])
 | 
			
		||||
AS_IF([test "x$with_mstrx" = "xyes"], [
 | 
			
		||||
    AC_CONFIG_SUBDIRS([osmocom-bb/src/host/trxcon])
 | 
			
		||||
    AC_SUBST(LIBTRXCON_DIR, "osmocom-bb/src/host/trxcon")
 | 
			
		||||
    LIBTRXCON_DIR="osmocom-bb/src/host/trxcon"
 | 
			
		||||
    if ! test -d "$LIBTRXCON_DIR"; then
 | 
			
		||||
        AC_MSG_RESULT([no])
 | 
			
		||||
        AC_MSG_ERROR([$LIBTRXCON_DIR does not exist])
 | 
			
		||||
    fi
 | 
			
		||||
    AC_SUBST(LIBTRXCON_DIR)
 | 
			
		||||
    AC_MSG_RESULT([yes])
 | 
			
		||||
], [
 | 
			
		||||
    # Despite LIBTRXCON_DIR is added to SUBDIRS conditionally,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user