summaryrefslogtreecommitdiff
path: root/volk/include
diff options
context:
space:
mode:
authorTom Rondeau2011-01-30 12:35:07 -0500
committerTom Rondeau2011-01-30 12:35:07 -0500
commit6503e3b21978b71908400c994148836bec4a97b9 (patch)
tree75aec6950e532f489b954d7f757149b1d8f67b54 /volk/include
parenta3ee5073e1035154a3331ec7ab4f1842095b7ed4 (diff)
downloadgnuradio-6503e3b21978b71908400c994148836bec4a97b9.tar.gz
gnuradio-6503e3b21978b71908400c994148836bec4a97b9.tar.bz2
gnuradio-6503e3b21978b71908400c994148836bec4a97b9.zip
volk: Updating build structure to work when orc is not installed.
Distcheck passes for me if liborc is installed or not.
Diffstat (limited to 'volk/include')
-rw-r--r--volk/include/volk/make_set_simd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/volk/include/volk/make_set_simd.py b/volk/include/volk/make_set_simd.py
index f2b7c0656..019833b43 100644
--- a/volk/include/volk/make_set_simd.py
+++ b/volk/include/volk/make_set_simd.py
@@ -280,7 +280,6 @@ def make_set_simd(dom) :
tempstring = tempstring + " ;;\n"
tempstring = tempstring + " esac\n"
tempstring = tempstring + " LV_CXXFLAGS=\"${LV_CXXFLAGS} ${ADDONS}\"\n"
- tempstring = tempstring + " AM_CONDITIONAL(LV_HAVE_ORC, [test \"$LV_HAVE_ORC\" = \"yes\"])\n";
tempstring = tempstring + "])\n"
return tempstring;