diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index e1122e5c5..eb6b96e1f 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -4,7 +4,7 @@
Install Bash by running the following commands:
./configure --enable-static-link --prefix=$LFS/usr \
- --bindir=$LFS/bin --with-curses &&
+ --bindir=$LFS/bin &&
make &&
make install &&
cd $LFS/bin &&