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.

29 lines
850 B

  1. --- netkit-base-0.17/configure 2000-07-29 18:00:28.000000000 +0000
  2. +++ src.netkit-base.1190967273.11997.4073649454/netkit-base-0.17/configure 2007-09-29 05:52:51.000000000 +0000
  3. @@ -107,7 +107,7 @@
  4. echo -n 'Checking if C compiler works... '
  5. if (
  6. $CC __conftest.c -o __conftest || exit 1
  7. - ./__conftest || exit 1
  8. +# ./__conftest || exit 1
  9. ) >/dev/null 2>&1; then
  10. echo 'yes'
  11. else
  12. @@ -187,7 +187,7 @@
  13. EOF
  14. if (
  15. $CC $CFLAGS __conftest.c -o __conftest || exit 1
  16. - ./__conftest || exit 1
  17. +# ./__conftest || exit 1
  18. ) >/dev/null 2>&1; then
  19. echo 'yes'
  20. else
  21. @@ -297,7 +297,7 @@
  22. EOF
  23. if (
  24. $CC $CFLAGS __conftest.c $LIBBSD -o __conftest || exit 1
  25. - ./__conftest || exit 1
  26. +# ./__conftest || exit 1
  27. ) >/dev/null 2>&1; then
  28. echo 'ok'
  29. else