From 6503e3b21978b71908400c994148836bec4a97b9 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Sun, 30 Jan 2011 12:35:07 -0500
Subject: volk: Updating build structure to work when orc is not installed.

Distcheck passes for me if liborc is installed or not.
---
 volk/include/volk/make_set_simd.py | 1 -
 1 file changed, 1 deletion(-)

(limited to 'volk/include')

diff --git a/volk/include/volk/make_set_simd.py b/volk/include/volk/make_set_simd.py
index f2b7c06562..019833b436 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;
-- 
cgit v1.2.3