diff options
Diffstat (limited to 'chapter05/expect.xml')
-rw-r--r-- | chapter05/expect.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 288747467..bda9a531a 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -55,15 +55,16 @@ one on the host system.</para></listitem> <term><parameter>--with-tclinclude=$TCLPATH</parameter></term> <listitem><para>This explicitly tells Expect where to find Tcl's source directory and internal headers. Using this option avoids conditions -where <command>configure</command> fails because it hasn't automatically -discovered the location of the Tcl source directory.</para></listitem> +where <command>configure</command> fails because it cannot automatically +discover the location of the Tcl source directory.</para></listitem> </varlistentry> <varlistentry> <term><parameter>--with-x=no</parameter></term> <listitem><para>This tells the configure script not to search for Tk (the Tcl GUI component) or the X Window System libraries, both of -which may reside on the host system.</para></listitem> +which may reside on the host system but will not exist in the temporary +environment.</para></listitem> </varlistentry> </variablelist> |