diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 1 | ||||
-rw-r--r-- | chapter06/pkgconfig.xml | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 27c16cfb3..3d15ebf75 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -46,7 +46,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdbm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inetutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="popt.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autoconf.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automake.xml"/> diff --git a/chapter06/pkgconfig.xml b/chapter06/pkgconfig.xml index 0862520f9..cd94b2f6f 100644 --- a/chapter06/pkgconfig.xml +++ b/chapter06/pkgconfig.xml @@ -45,7 +45,6 @@ <para>Prepare Pkg-config for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ - --with-installed-popt \ --with-internal-glib \ --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput></screen> @@ -63,7 +62,6 @@ </sect2> - <sect2 id="contents-pkgconfig" role="content"> <title>Contents of Pkg-config</title> |