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.

31 lines
644 B

  1. Index: bind-9.11.5/configure.in
  2. ===================================================================
  3. --- bind-9.11.5.orig/configure.in
  4. +++ bind-9.11.5/configure.in
  5. @@ -181,26 +181,11 @@ esac
  6. #
  7. AC_CONFIG_FILES([make/rules make/includes])
  8. -AC_PATH_PROG(AR, ar)
  9. -ARFLAGS="cruv"
  10. -AC_SUBST(AR)
  11. -AC_SUBST(ARFLAGS)
  12. -
  13. # The POSIX ln(1) program. Non-POSIX systems may substitute
  14. # "copy" or something.
  15. LN=ln
  16. AC_SUBST(LN)
  17. -case "$AR" in
  18. - "")
  19. - AC_MSG_ERROR([
  20. -ar program not found. Please fix your PATH to include the directory in
  21. -which ar resides, or set AR in the environment with the full path to ar.
  22. -])
  23. -
  24. - ;;
  25. -esac
  26. -
  27. #
  28. # Etags.
  29. #