Improve configure compatibility (#32425)

This commit is contained in:
Benjamin Dauvergne 2019-09-06 14:43:31 +02:00
parent 84bc5b48d3
commit caecf46be4
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ else
fi
dnl Support JNI under MacOsX
if test "$DARWIN" == 1; then
if test "$DARWIN" = 1; then
JNI_EXTRA_LDFLAGS="-shrext .jnilib"
fi