]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge branch 'maint'
authorAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:40:40 +0000 (11:40 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:40:40 +0000 (11:40 +0100)
configure.ac

index 85d3088689f3980eaccb75562d36cea4f0a85b55..ec3460592da85751f36a8bf92f62cf7687241e30 100644 (file)
@@ -968,7 +968,7 @@ if test "$have_flac" = "yes"; then
        play_ldflags="$play_ldflags $flac_libs -lFLAC"
        server_ldflags="$server_ldflags $flac_libs -lFLAC"
        afh_ldflags="$afh_ldflags $flac_libs -lFLAC"
-       recv_ldflags="$afh_ldflags $flac_libs -lFLAC"
+       recv_ldflags="$recv_ldflags $flac_libs -lFLAC"
        filters="$filters flacdec"
        audio_format_handlers="$audio_format_handlers flac"
        audiod_audio_formats="$audiod_audio_formats flac"