From: Joe Buck Date: Mon, 16 Sep 2013 23:37:58 +0000 (-0700) Subject: Remove unneeded junit4 check X-Git-Tag: v0.71~113^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F604%2Fhead;p=ceph.git Remove unneeded junit4 check We refactored the java tests to not use the ExternalResource class, so this test is no longer necessary. Signed-off-by: Joe Buck --- diff --git a/configure.ac b/configure.ac index e8747a6de944..6e54e58f4c2a 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