Remove --enable-shared from first example of installation commands;

many people were using ignorant of whether or not their system
supported dynamically-linked shared libraries.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@721 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-01-15 22:15:16 +00:00
parent 45a688df8d
commit a5ac4bdb30

View file

@ -18,7 +18,7 @@ To compile and install @samp{libobjects}:
Here is a quick-and-dirty example of installation commands:
@example
./configure --enable-shared --prefix=/usr/local
./configure --prefix=/usr/local
make
make install
@end example