diff options
Diffstat (limited to 'chapter05/ncurses.xml')
-rw-r--r-- | chapter05/ncurses.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index 2db0a770c..a18a9c819 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -45,8 +45,7 @@ <para>Prepare Ncurses for compilation:</para> -<screen><userinput remap="configure"> -./configure --prefix=/tools \ +<screen><userinput remap="configure">./configure --prefix=/tools \ --with-shared \ --without-debug \ --without-ada \ |