blob: bc4a81bb638336b4552c71cb77f479d8477bdac4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure 2000/08/15 10:44:11 1.1
+++ configure 2000/08/15 10:44:29
@@ -2323,7 +2323,7 @@
-if test ${musicdir}x = x; then
+if test "${musicdir}"x = x; then
NOSOUND_TRUE=
NOSOUND_FALSE='#'
else
|