cbef1595a6
Fri April 11 2008 -- Version 0.9.3 ---------------------------------------- This is a bug fix release, containing the following changes: * Fixed bounds checking of mode in speex header. relates to: http://www.ocert.org/advisories/ocert-2008-2.html * Fixed bug preventing device dialog being reopened when closed via the window manager. All users with speex handling enabled should upgrade.
13 lines
326 B
Text
13 lines
326 B
Text
$NetBSD: patch-ab,v 1.2 2008/06/30 10:38:23 wiz Exp $
|
|
|
|
--- configure.orig 2008-04-11 14:09:14.000000000 +0000
|
|
+++ configure
|
|
@@ -31765,7 +31765,7 @@ fi
|
|
|
|
|
|
|
|
-ac_enable_alsa=yes
|
|
+ac_enable_alsa=no
|
|
# Check whether --enable-alsa was given.
|
|
if test "${enable_alsa+set}" = set; then
|
|
enableval=$enable_alsa; ac_enable_alsa=no
|