thrift/fix-java-compile-fail.patch
baizg1107 1c756305ef fix java compile fail
(cherry picked from commit 89ec73e68aa18bafa75aa2f734a7f863c864c1b7)
2021-12-17 14:06:20 +08:00

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