blob: cdbe9d4059fecc8a06398f98c153e98ef4128352 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Tue Nov 28 21:17:34 2000
+++ configure Mon Dec 11 09:31:14 2000
@@ -10913,7 +10913,7 @@
echo "configure:10914: checking if kscd can be compiled" >&5
case "$host" in
*-*-linux*) kscd_compile=yes;;
- *-*-*bsd*) kscd_compile=no;;
+ *-*-*bsd*) kscd_compile=yes;;
*) kscd_compile=yes;;
esac
echo "$ac_t""$kscd_compile" 1>&6
@@ -11374,7 +11374,7 @@
;;
*)
echo "$ac_t""*** We disable mpeglib for this platform ***" 1>&6
- DO_NOT_COMPILE="$DO_NOT_COMPILE mpeglib"
+ DO_NOT_COMPILE="$DO_NOT_COMPILE mpeglib mpeglib_artsplug"
;;
esac
|