mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
$NetBSD: patch-configure,v 1.2 2015/06/18 13:01:44 pettai Exp $
|
|
|
|
Portability fix
|
|
|
|
--- configure.orig 2014-03-13 22:51:42.000000000 +0000
|
|
+++ configure
|
|
@@ -21983,7 +21983,7 @@ else
|
|
ax_java_support=no
|
|
fi
|
|
|
|
- if test "x$ax_java_support" == "xyes"; then
|
|
+ if test "x$ax_java_support" = "xyes"; then
|
|
X_JNI_TRUE=
|
|
X_JNI_FALSE='#'
|
|
else
|