]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Remove unneeded junit4 check 604/head
authorJoe Buck <jbbuck@gmail.com>
Mon, 16 Sep 2013 23:37:58 +0000 (16:37 -0700)
committerJoe Buck <jbbuck@gmail.com>
Tue, 17 Sep 2013 05:07:02 +0000 (22:07 -0700)
We refactored the java tests to not use
the ExternalResource class, so this test
is no longer necessary.

Signed-off-by: Joe Buck <jbbuck@gmail.com>
configure.ac

index e8747a6de94426d0bfd3d70b518a260ccda034b0..6e54e58f4c2af7fc358de3229f890e70b414dfd3 100644 (file)
@@ -372,10 +372,6 @@ if test "x$enable_cephfs_java" = "xyes"; then
         CLASSPATH=$CLASSPATH:$EXTRA_CLASSPATH_JAR
         export CLASSPATH
         AC_MSG_NOTICE([classpath - $CLASSPATH])
-        AS_IF([test "$have_junit4" = "1"], [
-               AC_CHECK_CLASS([org.junit.rules.ExternalResource], [], [
-               AC_MSG_NOTICE(Could not find org.junit.rules.ExternalResource)
-               have_junit4=0])])
 
         # Check for jni.h
        CPPFLAGS_save=$CPPFLAGS