/hg/icedtea: Remove errant semi-colon in call to $JAVA.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Tue Nov 17 02:58:45 PST 2009
changeset d8ab104c788d in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=d8ab104c788d
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Nov 17 11:02:43 2009 +0000
Remove errant semi-colon in call to $JAVA.
2009-11-17 Andrew John Hughes <ahughes at redhat.com>
* acinclude.m4: (IT_CHECK_FOR_CLASS): Remove errant
semi-colon.
diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog | 5 +++++
acinclude.m4 | 2 +-
diffs (24 lines):
diff -r d88d89a06c5e -r d8ab104c788d ChangeLog
--- a/ChangeLog Tue Nov 17 10:41:27 2009 +0000
+++ b/ChangeLog Tue Nov 17 11:02:43 2009 +0000
@@ -1,3 +1,8 @@ 2009-11-17 Andrew John Hughes <ahughes
+2009-11-17 Andrew John Hughes <ahughes at redhat.com>
+
+ * acinclude.m4:
+ (IT_CHECK_FOR_CLASS): Remove errant semi-colon.
+
2009-11-17 Andrew John Hughes <ahughes at redhat.com>
* acinclude.m4:
diff -r d88d89a06c5e -r d8ab104c788d acinclude.m4
--- a/acinclude.m4 Tue Nov 17 10:41:27 2009 +0000
+++ b/acinclude.m4 Tue Nov 17 11:02:43 2009 +0000
@@ -1544,7 +1544,7 @@ public class Test
]
EOF
if $JAVAC -cp . $JAVACFLAGS -nowarn $CLASS >&AS_MESSAGE_LOG_FD 2>&1; then
- if $JAVA -classpath . $BYTECODE; >&AS_MESSAGE_LOG_FD 2>&1; then
+ if $JAVA -classpath . $BYTECODE >&AS_MESSAGE_LOG_FD 2>&1; then
it_cv_$1=no;
else
it_cv_$1=yes;
More information about the distro-pkg-dev
mailing list