diff --git a/chapter08/bc.xml b/chapter08/bc.xml
index 41d969e94..2f29c1859 100644
--- a/chapter08/bc.xml
+++ b/chapter08/bc.xml
@@ -43,7 +43,7 @@
Prepare Bc for compilation:
-PREFIX=/usr CC=gcc ./configure.sh -G -O3
+CC=gcc ./configure --prefix=/usr -G -O3
The meaning of the configure options: