summaryrefslogtreecommitdiff
path: root/volk/config/lv_configure.m4
diff options
context:
space:
mode:
Diffstat (limited to 'volk/config/lv_configure.m4')
-rw-r--r--volk/config/lv_configure.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/volk/config/lv_configure.m4 b/volk/config/lv_configure.m4
index f98b2dc5b..47ad543f8 100644
--- a/volk/config/lv_configure.m4
+++ b/volk/config/lv_configure.m4
@@ -104,6 +104,10 @@ dnl AM_CONDITIONAL([USE_PYTHON], [test "$with_python" = yes])
ORC_CHECK
LDFLAGS="$LDFLAGS $LIBGNURADIO_CORE_EXTRA_LDFLAGS"
+
+ if test HAVE_ORC = true; then
+ LDFLAGS="$LDFLAGS $ORC_LDFLAGS"
+ fi
AC_CHECK_PROG([XMLTO],[xmlto],[yes],[])
AM_CONDITIONAL([HAS_XMLTO], [test x$XMLTO = xyes])