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.
26 lines
892 B
26 lines
892 B
1 year ago
|
From aa65f18361e45be1798b0d68c551d865701aac2c Mon Sep 17 00:00:00 2001
|
||
|
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
||
|
Date: Mon, 27 Nov 2023 16:57:06 +0300
|
||
|
Subject: [PATCH] MSVSphere build patch
|
||
|
|
||
|
---
|
||
|
configure.ac | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/configure.ac b/configure.ac
|
||
|
index 2d2d81270..25b62eccc 100644
|
||
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -12102,6 +12102,8 @@ if test "$ENABLE_JAVA" != "" -a "$with_junit" != "no"; then
|
||
|
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.39.3
|
||
|
|