summaryrefslogtreecommitdiff
path: root/libgtop.spec.in
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2007-04-27 17:37:47 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-04-27 17:37:47 +0000
commitcd389851b961691507d80968d64d9e275350a7b4 (patch)
treef96d5a7e31aa8353db2f157da326cb6017e647cc /libgtop.spec.in
parent7ee8dae9c505fe87ecbb46080935ba058fb24452 (diff)
downloadlibgtop-cd389851b961691507d80968d64d9e275350a7b4.tar.gz
Got rid of InodeDB. This feature was optionnal and i have never heard of
2007-04-27 Benoît Dejean <benoit@placenet.org> Got rid of InodeDB. This feature was optionnal and i have never heard of anyone using it. I have never touched it so it may be broken since 2.6. svn path=/trunk/; revision=2573
Diffstat (limited to 'libgtop.spec.in')
-rw-r--r--libgtop.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgtop.spec.in b/libgtop.spec.in
index ce2634b6..5957868e 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-smp
+ CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --without-linux-table --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-smp
%else
- CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-smp
+ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --without-linux-table --with-libgtop-examples --with-libgtop-smp
%endif
fi