diff options
Diffstat (limited to 'volk/configure.ac')
-rw-r--r-- | volk/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/volk/configure.ac b/volk/configure.ac index 7cbcbad53..ebbebb7d2 100644 --- a/volk/configure.ac +++ b/volk/configure.ac @@ -71,6 +71,10 @@ AC_CONFIG_FILES([\ lib/Makefile \ volk.pc \ ]) + +if test "$HAVE_ORC" = yes; then + AC_CONFIG_FILES([orc/Makefile]) +fi AC_OUTPUT |