summaryrefslogtreecommitdiff
path: root/libgtop.spec.in
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2003-10-20 13:14:53 +0000
committerBastien Nocera <hadess@src.gnome.org>2003-10-20 13:14:53 +0000
commitaf8478ca5fb759bd9e22ead29d83be5634b8fc87 (patch)
tree0b9545a019dfbe8e2f46ab0c37d2b16b8d15b369 /libgtop.spec.in
parent532aec1891ef6c91dbf3540239c514290d9b935b (diff)
downloadlibgtop-af8478ca5fb759bd9e22ead29d83be5634b8fc87.tar.gz
removed traces of guile, intllibs and libgnomesupport
2003-10-20 Bastien Nocera <hadess@hadess.net> * lib/Makefile.am: * libgtop-config.in: * libgtop.spec.in: * libgtopConf.sh.in: * src/inodedb/Makefile.am: removed traces of guile, intllibs and libgnomesupport
Diffstat (limited to 'libgtop.spec.in')
-rw-r--r--libgtop.spec.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgtop.spec.in b/libgtop.spec.in
index 3584b987..450ff0c9 100644
--- a/libgtop.spec.in
+++ b/libgtop.spec.in
@@ -59,12 +59,12 @@ Examples for LibGTop.
%build
# Needed for snapshot releases.
if [ ! -f configure ]; then
- CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-guile --with-libgtop-smp
+ CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-smp
else
%ifarch alpha
- CFLAGS="$RPM_OPT_FLAGS" ./configure --host=alpha-redhat-linux --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-guile --with-libgtop-smp
+ CFLAGS="$RPM_OPT_FLAGS" ./configure --host=alpha-redhat-linux --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-smp
%else
- CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-guile --with-libgtop-smp
+ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-smp
%endif
fi