Commit e419b9ae authored by Joe Orton's avatar Joe Orton
Browse files

Fix missing gcc.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105356 13f79535-47bb-0310-9956-ffa450edef68
parent 66ebaed8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->

<!--
 Copyright 2003-2004 The Apache Software Foundation
@@ -251,7 +251,7 @@
    <example>
      $ apxs -c mod_foo.c<br />
      /path/to/libtool --mode=compile gcc ... -c mod_foo.c<br />
      /path/to/libtool --mode=link -o mod_foo.la mod_foo.slo<br />
      /path/to/libtool --mode=link gcc ... -o mod_foo.la mod_foo.slo<br />
      $ _
    </example>