fix-ar.patch 416 B

12345678910111213141516
  1. ---
  2. configure.ac | 1 +
  3. 1 file changed, 1 insertion(+)
  4. Index: git/configure.ac
  5. ===================================================================
  6. --- git.orig/configure.ac
  7. +++ git/configure.ac
  8. @@ -56,6 +56,7 @@ AM_CONDITIONAL([ENABLE_EXAMPLES], [test
  9. # Checks for programs.
  10. AC_PROG_CC
  11. AC_PROG_CC_C99
  12. +AM_PROG_AR
  13. # Enable automake silent build rules.
  14. m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])