diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-07 23:27:49 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-07 23:27:49 +0000 |
commit | 1ec935f4ed002c32acbae83c5945e578e16c37ec (patch) | |
tree | c51c82c321bffee078a3f2832047290cc198cfc6 | |
parent | 5f5d1e27304c7bbcfd36f2e6c3ca7c85983f19b6 (diff) |
removed --with-tcl=/stage1/lib for obvious reasons
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2534 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/expect-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/expect-inst.xml b/chapter06/expect-inst.xml index cd5882a0b..29e208291 100644 --- a/chapter06/expect-inst.xml +++ b/chapter06/expect-inst.xml @@ -4,7 +4,7 @@ <title>Installation of Expect</title> <para><screen><userinput>patch -Np1 -i ../expect-&expect-version;.patch -./configure --prefix=/usr --with-tcl=/stage1/lib \ +./configure --prefix=/usr \ --with-x=no --disable-symbols --cache-file=/dev/null make make test |