Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. From 01b55ae3e9af08654ec74889dbcda7b8a4ba038e Mon Sep 17 00:00:00 2001
  2. From: ilovezfs <ilovezfs@icloud.com>
  3. Date: Sat, 22 Oct 2016 06:13:35 -0700
  4. Subject: [PATCH] Revert "Merge pull request #3827 from ecraven/fix-ar-warning"
  5.  
  6. This reverts commit 79b0129c13c8efb843c1c4db51ca54a9aef62461, reversing
  7. changes made to 249018c319d66d704155cf12e6857e7a8b981d22.
  8. ---
  9. configure.ac | 5 -----
  10. 1 file changed, 5 deletions(-)
  11.  
  12. diff --git a/configure.ac b/configure.ac
  13. index 29397d1..22f093b 100644
  14. --- a/configure.ac
  15. +++ b/configure.ac
  16. @@ -78,11 +78,6 @@ WARN_CFLAGS=
  17. WARN_CXXFLAGS=
  18. WARN_CPPFLAGS=
  19.  
  20. -AC_SUBST(ARFLAGS)
  21. -if test -z "$ARFLAGS"
  22. -then
  23. - ARFLAGS="rcD"
  24. -fi
  25. dnl Check for ccache if they want it
  26. AC_ARG_WITH([ccache], AS_HELP_STRING([--with-ccache], [Compile using ccache]), [AC_PATH_PROG([CCACHE], [ccache])])
  27. if test "x$with_ccache" = xyes; then
  28. --
  29. 2.8.4 (Apple Git-73)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement