Skip to content

Commit 7ac6c3d

Browse files
committed
configure.ac: Detect JNI platform include path on Mac OS X
https://lists.andrew.cmu.edu/pipermail/openslide-users/2015-November/001152.html
1 parent 45d61bd commit 7ac6c3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ if test z$with_jni_headers = zguess ; then
5959
AS_CASE([$host],
6060
[*-*-linux-gnu], [with_jni_headers=linux],
6161
[*-*-mingw32], [with_jni_headers=win32],
62+
[*-*-darwin*], [with_jni_headers=darwin],
6263
[with_jni_headers=]
6364
)
6465
else

0 commit comments

Comments
 (0)