From bcd8986e7dd1808d1bf8a4ce554da19b415574b2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 13 Sep 2003 17:01:09 +0000 Subject: Rename --without-spinlocks to --disable-spinlocks, per Peter. --- doc/src/sgml/installation.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 4a298251b7a..df7149b1fff 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%standalone-include[<productname>PostgreSQL</>]]> @@ -900,12 +900,12 @@ JAVACMD=$JAVA_HOME/bin/java </varlistentry> <varlistentry> - <term><option>--without-spinlocks</option></term> + <term><option>--disable-spinlocks</option></term> <listitem> <para> Allows source builds to succeed without CPU spinlock support. Lack of spinlock support will produce poor performance. - This option is to be used only by platforms without + This option is to be used only by platforms lacking spinlock support. </para> </listitem> -- cgit v1.2.3