diff options
Diffstat (limited to 'docs/autoconf.html')
-rw-r--r-- | docs/autoconf.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/autoconf.html b/docs/autoconf.html index 21ff8c11e48..df243c2c325 100644 --- a/docs/autoconf.html +++ b/docs/autoconf.html @@ -118,7 +118,7 @@ directories. For example, <code>LDFLAGS="-L/usr/X11R6/lib"</code>.</p> <dt><code>PKG_CONFIG_PATH</code></dt> <dd><p>The -<code>pkg-config</code> utility is a hard requirement for cofiguring and +<code>pkg-config</code> utility is a hard requirement for configuring and building mesa. It is used to search for external libraries on the system. This environment variable is used to control the search path for <code>pkg-config</code>. For instance, setting @@ -137,7 +137,7 @@ There are also a few general options for altering the Mesa build: hasn't already set them via the CFLAGS/CXXFLAGS) and macros to aid in debugging the Mesa libraries.</p> -<p>Note that enabling this option can lead to noticable loss of performance.</p> +<p>Note that enabling this option can lead to noticeable loss of performance.</p> <dt><code>--disable-asm</code></dt> <dd><p>There are assembly routines |