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

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