[kaffe] CVS kaffe (robilad): Fix for configure on AIX
Kaffe CVS
cvs-commits at kaffe.org
Mon Aug 15 14:06:09 PDT 2005
PatchSet 6833
Date: 2005/08/15 20:58:10
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Fix for configure on AIX
2005-08-15 Dalibor Topic <robilad at kaffe.org>
* configure.ac: Fixed jikes test on AIX.
Reported by: Riccardo Mottola <multix at gmail.com>
Members:
ChangeLog:1.4357->1.4358
configure:1.478->1.479
configure.ac:1.161->1.162
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4357 kaffe/ChangeLog:1.4358
--- kaffe/ChangeLog:1.4357 Mon Aug 15 18:45:26 2005
+++ kaffe/ChangeLog Mon Aug 15 20:58:10 2005
@@ -1,3 +1,9 @@
+2005-08-15 Dalibor Topic <robilad at kaffe.org>
+
+ * configure.ac: Fixed jikes test on AIX.
+
+ Reported by: Riccardo Mottola <multix at gmail.com>
+
2005-08-15 Andreas Tobler <a.tobler at schweiz.ch>
* config/powerpc/atomic.h: Replaced by a wrapper for 32-bit
Index: kaffe/configure
diff -u kaffe/configure:1.478 kaffe/configure:1.479
--- kaffe/configure:1.478 Sat Aug 13 22:48:45 2005
+++ kaffe/configure Mon Aug 15 20:58:15 2005
@@ -25162,7 +25162,7 @@
case $with_jikes in
yes)
- if test x"$JIKESPROG" == x"" ; then
+ if test x"$JIKESPROG" = x"" ; then
if test x$use_rt_jar = xtrue ; then
{ echo "$as_me:$LINENO: WARNING: No jikes compiler found. It is required to build the regression tests. Recommended is jikes version 1.21 or higher." >&5
echo "$as_me: WARNING: No jikes compiler found. It is required to build the regression tests. Recommended is jikes version 1.21 or higher." >&2;}
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.161 kaffe/configure.ac:1.162
--- kaffe/configure.ac:1.161 Sat Aug 13 22:48:53 2005
+++ kaffe/configure.ac Mon Aug 15 20:58:21 2005
@@ -756,7 +756,7 @@
case $with_jikes in
yes)
- if test x"$JIKESPROG" == x"" ; then
+ if test x"$JIKESPROG" = x"" ; then
if test x$use_rt_jar = xtrue ; then
AC_MSG_WARN([No jikes compiler found. It is required to build the regression tests. Recommended is jikes version 1.21 or higher.])
else
More information about the kaffe
mailing list