diff options
author | Nick Foster | 2010-12-17 11:14:41 -0800 |
---|---|---|
committer | Nick Foster | 2010-12-17 11:14:41 -0800 |
commit | c6fff77de9b686761f93f0e1de237f8543f5e919 (patch) | |
tree | 91e8927ba4a30db3d6b93d6b14489b733b23eecb /volk/config | |
parent | 15ad4b5398e474bfb52fdb7e826b69f3e398c0b0 (diff) | |
download | gnuradio-c6fff77de9b686761f93f0e1de237f8543f5e919.tar.gz gnuradio-c6fff77de9b686761f93f0e1de237f8543f5e919.tar.bz2 gnuradio-c6fff77de9b686761f93f0e1de237f8543f5e919.zip |
Volk: A bunch of new Orc routines plus a couple of build changes.
32fc_magnitude_16s fails test_all right now.
Diffstat (limited to 'volk/config')
-rw-r--r-- | volk/config/orc.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/config/orc.m4 b/volk/config/orc.m4 index 9645661b0..a4653400c 100644 --- a/volk/config/orc.m4 +++ b/volk/config/orc.m4 @@ -5,7 +5,7 @@ dnl ORC_CHECK([REQUIRED_VERSION]) AC_DEFUN([ORC_CHECK], [ - ORC_REQ=ifelse([$1], , "0.4.6", [$1]) + ORC_REQ=ifelse([$1], , "0.4.10", [$1]) enable_orc = auto if test "x$enable_orc" != "xno" ; then |