diff options
author | Nick Foster | 2010-12-14 13:36:55 -0800 |
---|---|---|
committer | Nick Foster | 2010-12-14 13:36:55 -0800 |
commit | 05f4bced29987a0a573d1fc5b214f3fa01dc84bd (patch) | |
tree | 59560dd8f42fe5ab5c08b2bdb148965128b6d88e /volk/configure.ac | |
parent | 611526f9dfba0df4a1a49d47916706438ac194b3 (diff) | |
download | gnuradio-05f4bced29987a0a573d1fc5b214f3fa01dc84bd.tar.gz gnuradio-05f4bced29987a0a573d1fc5b214f3fa01dc84bd.tar.bz2 gnuradio-05f4bced29987a0a573d1fc5b214f3fa01dc84bd.zip |
Volk: More autotools stuff for Orc. Should build OK with or without Orc now.
Diffstat (limited to 'volk/configure.ac')
-rw-r--r-- | volk/configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/volk/configure.ac b/volk/configure.ac index 8e2f5b8b9..5a1eac3f2 100644 --- a/volk/configure.ac +++ b/volk/configure.ac @@ -76,9 +76,12 @@ AC_CONFIG_FILES([\ include/Makefile \ include/volk/Makefile \ lib/Makefile \ - orc/Makefile \ volk.pc \ ]) + +if test "$HAVE_ORC" = yes; then + AC_CONFIG_FILES([orc/Makefile]) +fi AC_OUTPUT |