diff options
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 267fb5e30..da9dabe69 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -23,8 +23,7 @@ file:</para> <para>Now prepare Ncurses for compilation:</para> -<screen><userinput>./configure --prefix=/usr --with-shared \ - --without-debug</userinput></screen> +<screen><userinput>./configure --prefix=/usr --with-shared --without-debug</userinput></screen> <para>Compile the package:</para> |