From aa62f0333682d823eed13b05356b433529728979 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Tue, 11 Oct 2005 16:13:13 +0000 Subject: [PATCH] Removed optional parameter from GNOME Control Center's configure command git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5169 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- gnome/core/control-center.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnome/core/control-center.xml b/gnome/core/control-center.xml index 2bcc3fef56..8a02d97eca 100644 --- a/gnome/core/control-center.xml +++ b/gnome/core/control-center.xml @@ -78,8 +78,7 @@ ./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \ - --localstatedir=/var/lib --sysconfdir=/etc/gnome \ - --enable-aboutme && + --localstatedir=/var/lib --sysconfdir=/etc/gnome && make This package does not come with a test suite. @@ -107,8 +106,9 @@ make puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc. - --enable-aboutme: Enables building the - gnome-about-me capplet. + : Enables building the + gnome-about-me capplet. Evolution Data + Server must be installed to use this parameter.