You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/12/01 18:40:20 UTC

svn commit: r350286 - /httpd/httpd/trunk/docs/manual/install.xml

Author: pquerna
Date: Thu Dec  1 09:40:17 2005
New Revision: 350286

URL: http://svn.apache.org/viewcvs?rev=350286&view=rev
Log:
Nuke really old version recommendation on GCC. Any modern version should be acceptable.

Modified:
    httpd/httpd/trunk/docs/manual/install.xml

Modified: httpd/httpd/trunk/docs/manual/install.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/install.xml?rev=350286&r1=350285&r2=350286&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/install.xml (original)
+++ httpd/httpd/trunk/docs/manual/install.xml Thu Dec  1 09:40:17 2005
@@ -128,7 +128,7 @@
       href="http://www.gnu.org/software/gcc/gcc.html">GNU C
       compiler (GCC)</a> from the <a
       href="http://www.gnu.org/">Free Software Foundation (FSF)</a>
-      is recommended (version 2.7.2 is fine). If you don't have GCC
+      is recommended. If you don't have GCC
       then at least make sure your vendor's compiler is ANSI
       compliant. In addition, your <code>PATH</code> must contain
       basic build tools such as <code>make</code>.</dd>