mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
985 B

--- rivatv-0.8.5/configure 2004-05-28 12:38:27.000000000 +0000
+++ rivatv-0.8.5-patch/configure 2004-06-18 12:10:49.000000000 +0000
@@ -208,20 +208,21 @@
echo -n "Checking for /proc... "
-if test -n "`/bin/mount | grep \"type proc\"`"; then
+#mount none /proc -t proc
+#if test -n "`/bin/mount | grep \"type proc\"`"; then
echo "yes"
-else
- echo "no"
- echo "*** ERROR:"
- echo "*** proc-fs is needed for testing"
- echo "*** We recommend you enable proc-fs in your kernel"
- exit 1
-fi
+#else
+# echo "no"
+# echo "*** ERROR:"
+# echo "*** proc-fs is needed for testing"
+# echo "*** We recommend you enable proc-fs in your kernel"
+# exit 1
+#fi
echo -n "Checking for kernel gcc... "
kgcc=`cat /proc/version | sed 's/\(.*\)gcc[ -][vV]ersion \([0-9.]*\).*/\2/'`
-bgcc=`gcc -v 2>&1 |tail -1|sed 's/\(.*\)gcc[ -][vV]ersion \([0-9.]*\).*/\2/'`
+bgcc=`gcc -v 2>&1 |tail -n 1|sed 's/\(.*\)gcc[ -][vV]ersion \([0-9.]*\).*/\2/'`
echo $kgcc
if test "$bgcc" != "$kgcc"; then