commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Commit-gnuradio] r9614 - gnuradio/branches/developers/michaelld/usr


From: Eric Blossom
Subject: Re: [Commit-gnuradio] r9614 - gnuradio/branches/developers/michaelld/usrp2_config/config
Date: Sat, 20 Sep 2008 09:05:34 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Sat, Sep 20, 2008 at 09:06:22AM -0600, address@hidden wrote:
> Author: michaelld
> Date: 2008-09-20 09:06:22 -0600 (Sat, 20 Sep 2008)
> New Revision: 9614
> 
> Modified:
>    gnuradio/branches/developers/michaelld/usrp2_config/config/grc_usrp2.m4
> Log:
> Adds "AM_CONDITIONAL" to non-Linux check case for USRP2, in order to
> define the variables required by configure to fully execute
> (otherwise, the variables BUILDING_USRP2_FIRMWARE_TRUE and
> BUILDING_USRP2_FIRMWARE_FALSE are no defined, and configure errors
> out).
> 
> 
> 
> Modified: 
> gnuradio/branches/developers/michaelld/usrp2_config/config/grc_usrp2.m4
> ===================================================================
> --- gnuradio/branches/developers/michaelld/usrp2_config/config/grc_usrp2.m4   
> 2008-09-20 14:59:09 UTC (rev 9613)
> +++ gnuradio/branches/developers/michaelld/usrp2_config/config/grc_usrp2.m4   
> 2008-09-20 15:06:22 UTC (rev 9614)
> @@ -33,6 +33,7 @@
>        *)
>       AC_MSG_RESULT([no])
>       AC_MSG_NOTICE([USRP2 currently requires Linux host OS, not found])
> +     AM_CONDITIONAL([BUILDING_USRP2_FIRMWARE],[0])
>          passed="no"
>          ;;
>      esac

Thanks!

I merged it to the trunk.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]