Skip to content

main/rdesktop: fix sound support

Alex Xu (Hello71) requested to merge alxu/aports:rdesktop-libao into master

the configure script is poorly written and ignores unknown sound values.

https://build.alpinelinux.org/buildlogs/build-3-14-x86_64/main/rdesktop/rdesktop-1.9.0-r1.log:

checking for LIBAO... yes
checking for PULSE... no
checking for ALSA... no
checking for LIBSAMPLERATE... yes
configure: WARNING: sound support disabled
configure: WARNING: Currently supported systems are Open Sound System (oss), SGI AL (sgi), Sun/BSD (sun), ALSA (alsa), PulseAudio (pulse) and libao

Merge request reports