summaryrefslogtreecommitdiff
path: root/aconfigure
diff options
context:
space:
mode:
Diffstat (limited to 'aconfigure')
-rwxr-xr-xaconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/aconfigure b/aconfigure
index e90656da..e3b7c4f1 100755
--- a/aconfigure
+++ b/aconfigure
@@ -6093,7 +6093,7 @@ $as_echo "Checking sound device backend... coreaudio" >&6; }
fi
;;
*cygwin* | *mingw*)
- ac_pjmedia_snd=pa_win32
+ ac_pjmedia_snd=win32
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking sound device backend... win32 sound" >&5
$as_echo "Checking sound device backend... win32 sound" >&6; }
;;
@@ -6108,6 +6108,8 @@ $as_echo "Checking sound device backend... null sound" >&6; }
if test "x$ac_cv_header_alsa_version_h" = xyes; then :
ac_pa_use_alsa=1
+ ac_pjmedia_snd=alsa
+
LIBS="$LIBS -lasound"
else