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
519 B

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