commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9614 - gnuradio/branches/developers/michaelld/usrp2_c


From: michaelld
Subject: [Commit-gnuradio] r9614 - gnuradio/branches/developers/michaelld/usrp2_config/config
Date: Sat, 20 Sep 2008 09:06:22 -0600 (MDT)

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





reply via email to

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