From aa14c110d3d9c30e6f955ffbbaa98bb8d09eb4b9 Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 15 Jan 1996 22:15:16 +0000 Subject: [PATCH] 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 --- Documentation/install.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/install.texi b/Documentation/install.texi index 82f5b967b..02d009306 100644 --- a/Documentation/install.texi +++ b/Documentation/install.texi @@ -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