diff --git a/tools/configure b/tools/configure index dd19c14925..06e8bebe8f 100755 --- a/tools/configure +++ b/tools/configure @@ -57,6 +57,7 @@ checksoundcard () { if test -f "/usr/include/sys/soundcard.h"; then # We have a header file so we can build the sound code use_simsound="#define ROCKBOX_HAS_SIMSOUND 1" + echo "Enabled PCM sound playback in simulator" fi # header file present fi # has codecs }