blob: 9cad2afaf52b85a2d524cbbb148674861b7e4314 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- ./Config.kmk.orig 2007-09-05 01:29:01.000000000 +0200
+++ ./Config.kmk 2007-09-05 01:31:13.064035667 +0200
@@ -202,7 +202,7 @@
# Enable the ISCSI feature.
VBOX_WITH_ISCSI = 1
# Enable ALSA support for Linux
-VBOX_WITH_ALSA = 1
+#VBOX_WITH_ALSA = 1
# Disable WINMM support for Windows (not implemented)
VBOX_WITH_WINMM =
# Enable the kchmviewer
--- ./configure.orig 2007-09-05 01:29:01.000000000 +0200
+++ ./configure 2007-09-05 01:31:44.065802440 +0200
@@ -1336,7 +1336,6 @@
# Linux-specific
if [ "$OS" = "linux" ]; then
check_linux
- check_alsa
check_compiler_h
[ "$BUILD_MACHINE" = "amd64" ] && check_32bit
fi
|