summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2007-10-12 07:56:10 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2007-10-12 07:56:10 +0000
commitd19f4ec8006cb90e0fbfdf3f8c2f26bd28309b6a (patch)
treed97adac17e97b7bd32a8f3e1bd7c164d4f8fe9fd /m4
parent5392ecc5993cefdc511f42b974f46d8c7bbfdda8 (diff)
downloadclasspath-d19f4ec8006cb90e0fbfdf3f8c2f26bd28309b6a.tar.gz
2007-10-12 Andrew John Hughes <gnu_andrew@member.fsf.org>
PR classpath/33623: * m4/acinclude.m4: Fix typo which prevents --with-ecj being used.
Diffstat (limited to 'm4')
-rw-r--r--m4/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/acinclude.m4 b/m4/acinclude.m4
index 200bda885..a9b6fd811 100644
--- a/m4/acinclude.m4
+++ b/m4/acinclude.m4
@@ -15,7 +15,7 @@ dnl CLASSPATH_WITH_KJC
if test "x${user_specified_ecj}" = x; then
AM_CONDITIONAL(FOUND_ECJ, test "x${ECJ}" != x)
else
- AM_CONDITIONAL(FOUND_ECJ, test "x${user_specified_javac}" = xecj && test "x${ECJ}" != x)
+ AM_CONDITIONAL(FOUND_ECJ, test "x${user_specified_ecj}" = xecj && test "x${ECJ}" != x)
fi
if test "x${user_specified_javac}" = x; then