You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
984 B
27 lines
984 B
4 years ago
|
From 2382a2f6b4e84e3dc6c3b724b92dae8f991a76be Mon Sep 17 00:00:00 2001
|
||
|
From: Stephan Bergmann <sbergman@redhat.com>
|
||
|
Date: Mon, 31 May 2021 13:30:37 +0200
|
||
|
Subject: [PATCH] Adapt to hamcrest-2.2-3.fc35.noarch.rpm
|
||
|
|
||
|
Change-Id: Ibddfc30a5f0828ab77235ec1155f1c2e1eef24ee
|
||
|
---
|
||
|
configure.ac | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/configure.ac b/configure.ac
|
||
|
index 43fb8d877515..07954b2c3262 100644
|
||
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -13427,6 +13427,8 @@ if test "$ENABLE_JAVA" != "" -a "$with_junit" != "no" -a "$cross_compiling" != "
|
||
|
HAMCREST_JAR=/usr/share/lib/java/hamcrest.jar
|
||
|
elif test -e /usr/share/java/hamcrest/core.jar; then
|
||
|
HAMCREST_JAR=/usr/share/java/hamcrest/core.jar
|
||
|
+ elif test -e /usr/share/java/hamcrest/hamcrest.jar; then
|
||
|
+ HAMCREST_JAR=/usr/share/java/hamcrest/hamcrest.jar
|
||
|
else
|
||
|
HAMCREST_JAR=/usr/share/java/hamcrest.jar
|
||
|
fi
|
||
|
--
|
||
|
2.31.1
|
||
|
|