changeset 212:b4db997469a2

Support Gentoo install location for JUnit 4. 2010-04-11 Andrew John Hughes <ahughes@redhat.com> * configure.ac: Check Gentoo install location for JUnit 4.
author Andrew John Hughes <ahughes@redhat.com>
date Thu, 14 Apr 2011 21:41:32 +0100
parents be45d9461f8d
children 0d1874f9e7ff
files ChangeLog configure.ac
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 14 16:26:32 2011 -0400
+++ b/ChangeLog	Thu Apr 14 21:41:32 2011 +0100
@@ -1,3 +1,8 @@
+2010-04-11  Andrew John Hughes  <ahughes@redhat.com>
+
+	* configure.ac:
+	Check Gentoo install location for JUnit 4.
+
 2011-04-13  Deepak Bhole <dbhole@redhat.com>
 
 	* plugin/icedteanp/java/sun/applet/PluginAppletViewer.java (createPanel):
--- a/configure.ac	Thu Apr 14 16:26:32 2011 -0400
+++ b/configure.ac	Thu Apr 14 21:41:32 2011 +0100
@@ -86,7 +86,7 @@
 IT_FIND_OPTIONAL_JAR([rhino], RHINO,
     [/usr/share/java/js.jar /usr/share/rhino-1.6/lib/js.jar])
 IT_FIND_OPTIONAL_JAR([junit], JUNIT,
-    [/usr/share/java/junit4.jar])
+    [/usr/share/java/junit4.jar /usr/share/junit-4/lib/junit.jar])
 
 AC_CONFIG_FILES([jrunscript], [chmod u+x jrunscript])
 AC_CONFIG_FILES([build.properties])