summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-05-25 17:15:20 +0000
committerjbj <devnull@localhost>2002-05-25 17:15:20 +0000
commit3067a2c91dc0e85acab883e3fccc5caf15247d89 (patch)
tree0590d6d86449d198109fda8de63f8a1349d385a6 /autogen.sh
parent4f1bba10aa4a9463b068aff002e7c8ffd36f21c1 (diff)
downloadrpm-3067a2c91dc0e85acab883e3fccc5caf15247d89.tar.gz
- re-enable rpm-python sub-package.
- fix: resurrect "()(64bit)" markings using objdump. CVS patchset: 5448 CVS date: 2002/05/25 17:15:20
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 7dbbaa517..6749736eb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -42,7 +42,7 @@ if [ X"$@" = X -a "X`uname -s`" = "XLinux" ]; then
mandir=/usr/man
infodir=/usr/info
fi
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} "$@"
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} --without-javaglue "$@"
else
./configure "$@"
fi