Index: m4/acinclude.m4
===================================================================
RCS file: /sources/classpath/classpath/m4/acinclude.m4,v
retrieving revision 1.26
diff -u -r1.26 acinclude.m4
--- m4/acinclude.m4	8 Jan 2008 20:54:04 -0000	1.26
+++ m4/acinclude.m4	14 Jan 2008 12:13:55 -0000
@@ -462,7 +462,7 @@
 RED, ORANGE, YELLOW, GREEN, BLUE, INDIGO, VIOLET;
 }
 EOF
-  $JAVAC -sourcepath '' -bootclasspath '' Colour.java 
+  $JAVAC -sourcepath '' Colour.java 
   javac_result=$?
   if test "x$javac_result" = "x0"; then
     AC_MSG_RESULT([yes])
@@ -470,7 +470,7 @@
     AC_MSG_WARN([1.5 capable javac required])
   fi
   AC_MSG_CHECKING([whether javac supports -J])
-  $JAVAC -J-Xmx512M -sourcepath '' -bootclasspath '' Colour.java
+  $JAVAC -J-Xmx512M -sourcepath '' Colour.java
   javac_result=$?
   if test "x$javac_result" = "x0"; then
     AC_MSG_RESULT([yes])
