25 lines
537 B
Diff
25 lines
537 B
Diff
From d4ee11f2e829d605609b91d75301d1c5c1b75c07 Mon Sep 17 00:00:00 2001
|
|
From: root <root@localhost.localdomain>
|
|
Date: Wed, 8 Dec 2021 16:22:42 +0800
|
|
Subject: [PATCH] fix java compile fail
|
|
|
|
---
|
|
configure.ac | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 034b4cf..9d239c7 100755
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -111,6 +111,7 @@ AC_ARG_ENABLE([libs],
|
|
[], enable_libs=yes
|
|
)
|
|
have_libs=yes
|
|
+with_java="no"
|
|
if test "$enable_libs" = "no"; then
|
|
have_libs="no"
|
|
with_as3="no"
|
|
--
|
|
2.27.0
|
|
|