[configure.ac] fix compilation on Mac Os X

This commit is contained in:
Benjamin Dauvergne 2011-12-02 10:31:12 +01:00
parent 490cc01bf2
commit dd5afa9522
1 changed files with 1 additions and 1 deletions

View File

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