diff options
Diffstat (limited to 'volk/config/orc.m4')
-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 |