diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-10 12:48:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-10 12:48:55 +0000 |
commit | b5ca0fb00d9540193c742df92facc0d7cc3c49b1 (patch) | |
tree | 4331d65b67617e9bd14832d947fda24dd4e51667 /manual | |
parent | 3877d9ea5fc19eb51aeab20c3a085c6ce743696c (diff) | |
download | glibc-b5ca0fb00d9540193c742df92facc0d7cc3c49b1.tar.gz glibc-b5ca0fb00d9540193c742df92facc0d7cc3c49b1.tar.xz glibc-b5ca0fb00d9540193c742df92facc0d7cc3c49b1.zip |
Update.
1999-04-10 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/install.texi (Configuring and compiling): Comment out description of --disable-static since this doesn't work currently (see change by Ulrich Drepper on 1998-12-07 for configure.in).
Diffstat (limited to 'manual')
-rw-r--r-- | manual/install.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/manual/install.texi b/manual/install.texi index 6042029c0b..c62c3481f4 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -119,9 +119,10 @@ with old binutils.) Use this option if your computer lacks hardware floating-point support and your operating system does not emulate an FPU. -@item --disable-static -Don't build static libraries. Static libraries aren't that useful these -days, but we recommend you build them in case you need them. +@c disable static doesn't work currently +@c @item --disable-static +@c Don't build static libraries. Static libraries aren't that useful these +@c days, but we recommend you build them in case you need them. @item --disable-shared Don't build shared libraries even if we could. Not all systems support |