diff options
author | Joe Buck <jbbuck@gmail.com> | 2013-09-16 16:37:58 -0700 |
---|---|---|
committer | Joe Buck <jbbuck@gmail.com> | 2013-09-16 22:07:02 -0700 |
commit | 971bf60b39bf4409ce11af676545a15f6e54cb52 (patch) | |
tree | 2fa9005eb79c824c4c199f6cc698ca9cc73c61a0 | |
parent | e38bd8d5ff79987b76df51e94e3f6f7279b7533f (diff) | |
download | ceph-971bf60b39bf4409ce11af676545a15f6e54cb52.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.ac | 4 |
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 |