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 <[EMAIL PROTECTED]>
* configure.ac: Fixed jikes test on AIX.
Reported by: Riccardo Mottola <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
+
+ * configure.ac: Fixed jikes test on AIX.
+
+ Reported by: Riccardo Mottola <[EMAIL PROTECTED]>
+
2005-08-15 Andreas Tobler <[EMAIL PROTECTED]>
* 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
_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe