summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorZiga Mahkovec <ziga.mahkovec@klika.si>2005-07-04 14:30:58 +0000
committerZiga Mahkovec <ziga.mahkovec@klika.si>2005-07-04 14:30:58 +0000
commita5f4fb8559b0dd324337acc6bc395ddc3eb187af (patch)
tree6c2b94b34a0aded7cca69bea22b49841c7673fa2 /scripts
parent1d12f0813c0639d9aa09559964eddfc16daa1698 (diff)
downloadclasspath-a5f4fb8559b0dd324337acc6bc395ddc3eb187af.tar.gz
2005-07-04 Ziga Mahkovec <ziga.mahkovec@klika.si>
* configure.ac: Remove libart dependency. * scripts/classpath.spec.in: Likewise. * INSTALL: Remove references to libart. * doc/hacking.texinfo: Likewise. * doc/www.gnu.org/faq/faq.wml: Likewise.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/classpath.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/classpath.spec.in b/scripts/classpath.spec.in
index 66af9ca27..50e975d58 100644
--- a/scripts/classpath.spec.in
+++ b/scripts/classpath.spec.in
@@ -1,4 +1,4 @@
-# $Id: classpath.spec.in,v 1.1 2005-03-22 19:06:33 archie172 Exp $
+# $Id: classpath.spec.in,v 1.2 2005-07-04 14:31:01 ziga Exp $
%define version_num @PACKAGE_VERSION@
%define release_num 1
@@ -27,7 +27,7 @@ for the Java programming language.
pushd ${RPM_BUILD_DIR}/classpath-%{version_num}
# Determine if we can build the GTK stuff
GTKPEER='disable'
-if pkg-config --exists 'gtk+-2.0 >= 2.4 gthread-2.0 >= 2.2 libart-2.0 gdk-pixbuf-2.0'; then
+if pkg-config --exists 'gtk+-2.0 >= 2.4 gthread-2.0 >= 2.2 gdk-pixbuf-2.0'; then
GTKPEER='enable'
fi
%configure --with-jikes --enable-jni --${GTKPEER}-gtk-peer