]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - configure.ac
Convert para_recv to lopsub.
[paraslash.git] / configure.ac
index 648f2a635bc0e99f50b8c7010ac7106eb62f848d..3d43af026392cfc57d888b724bc5afea2a3a95d2 100644 (file)
@@ -715,10 +715,6 @@ filter_objs="add_cmdline($filter_cmdline_objs) $filter_errlist_objs"
 
 AC_SUBST(filter_objs, add_dot_o($filter_objs))
 ########################################################################## recv
-recv_cmdline_objs="
-       recv
-"
-
 recv_errlist_objs="
        http_recv
        recv_common
@@ -748,7 +744,7 @@ NEED_FLAC_OBJECTS && recv_errlist_objs="$recv_errlist_objs flac_afh"
 if test $HAVE_FAAD = yes -a $HAVE_MP4V2 = yes; then
        recv_errlist_objs="$recv_errlist_objs aac_afh aac_common"
 fi
-recv_objs="add_cmdline($recv_cmdline_objs) $recv_errlist_objs"
+recv_objs="$recv_errlist_objs"
 AC_SUBST(recv_objs, add_dot_o($recv_objs))
 ########################################################################### afh
 audio_format_handlers="mp3 wma"