diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-02-09 18:09:40 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-02-09 18:09:40 +0000 |
commit | 67f507c3d69079cbd6c32f08ddefab0eed410299 (patch) | |
tree | bb5bff5b5309c46637a1969f5bd2eda8c287ad07 | |
parent | b0fb17f89cb3855ef8468d84899d8f270ed930cc (diff) |
gdbm: make spacing consistent
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/gdbm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gdbm.xml b/chapter06/gdbm.xml index 544cb4365..ccb4ef1ba 100644 --- a/chapter06/gdbm.xml +++ b/chapter06/gdbm.xml @@ -46,7 +46,7 @@ <para>Prepare GDBM for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ +<screen><userinput remap="configure">./configure --prefix=/usr \ --disable-static \ --enable-libgdbm-compat</userinput></screen> |