commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r3714 - gnuradio/trunk/config


From: jcorgan
Subject: [Commit-gnuradio] r3714 - gnuradio/trunk/config
Date: Wed, 4 Oct 2006 14:59:20 -0600 (MDT)

Author: jcorgan
Date: 2006-10-04 14:59:20 -0600 (Wed, 04 Oct 2006)
New Revision: 3714

Modified:
   gnuradio/trunk/config/gr_set_md_cpu.m4
Log:
Trial fix for ticket:83

Modified: gnuradio/trunk/config/gr_set_md_cpu.m4
===================================================================
--- gnuradio/trunk/config/gr_set_md_cpu.m4      2006-10-04 20:17:29 UTC (rev 
3713)
+++ gnuradio/trunk/config/gr_set_md_cpu.m4      2006-10-04 20:59:20 UTC (rev 
3714)
@@ -37,8 +37,7 @@
   AC_SUBST(MD_CPU)
   AC_SUBST(MD_SUBCPU) 
 
-  AM_CONDITIONAL(MD_CPU_x86,     test $MD_CPU = x86)
-  AM_CONDITIONAL(MD_SUBCPU_x86_64,  test $MD_SUBCPU = x86_64)
-  AM_CONDITIONAL(MD_CPU_generic, test $MD_CPU = generic)
+  AM_CONDITIONAL(MD_CPU_x86,     test "$MD_CPU" = "x86")
+  AM_CONDITIONAL(MD_SUBCPU_x86_64,  test "$MD_SUBCPU" = "x86_64")
+  AM_CONDITIONAL(MD_CPU_generic, test "$MD_CPU" = "generic")
 ])
-





reply via email to

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