diff options
author | Tom Rondeau | 2011-01-30 12:35:07 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-01-30 12:35:07 -0500 |
commit | 6503e3b21978b71908400c994148836bec4a97b9 (patch) | |
tree | 75aec6950e532f489b954d7f757149b1d8f67b54 /volk/include | |
parent | a3ee5073e1035154a3331ec7ab4f1842095b7ed4 (diff) | |
download | gnuradio-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.py | 1 |
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; |