~mingw-w64/mingw-w64/experimental

« back to all changes in this revision

Viewing changes to patches/gmp/gmp.m4.patch

  • Committer: mookmoz
  • Date: 2008-12-14 10:10:11 UTC
  • Revision ID: svn-v4:4407c894-4637-0410-b4f5-ada5f102cad1:experimental:532
checking in patches we want to be using during the build
this makes it possible (theoretically) for people-other-than-me to
commit patches that the buildbot should use

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- gcc/gmp/configure.in        2007-09-09 12:39:14 -0400
 
2
+++ gcc/gmp/configure.in        2008-08-31 18:03:18 -0400
 
3
@@ -2901 +2901 @@
 
4
-  M4=m4-not-needed
 
5
+  AC_CHECK_PROGS(M4,m4,m4-not-needed)