diff --git a/configure.ac b/configure.ac index 4a453abdb..b88734859 100644 --- a/configure.ac +++ b/configure.ac @@ -817,10 +817,6 @@ echo Build_OS is $build_os dnl otherwise parallel 'make -jn' will fail -## ---------------------------------- ## -## Prepare rig backend dependencies ## -## ---------------------------------- ## - for be in ${RIG_BACKEND_LIST} ; do RIGDIR=$(echo $be | awk -F "/" '{print $2}') RIG_BACKENDEPS="${RIG_BACKENDEPS} \$(top_builddir)/rigs/${RIGDIR}/libhamlib-${RIGDIR}.la"