summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Buck <jbbuck@gmail.com>2013-09-16 16:37:58 -0700
committerJoe Buck <jbbuck@gmail.com>2013-09-16 22:07:02 -0700
commit971bf60b39bf4409ce11af676545a15f6e54cb52 (patch)
tree2fa9005eb79c824c4c199f6cc698ca9cc73c61a0
parente38bd8d5ff79987b76df51e94e3f6f7279b7533f (diff)
downloadceph-wip-buck-centos-core.tar.gz
Remove unneeded junit4 checkwip-buck-centos-core
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>
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index e8747a6de94..6e54e58f4c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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