summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2013-02-25 16:45:18 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2013-02-25 16:45:18 +1100
commitf782f1c3d3c0f23be2768eb29de59cc9a5d590a1 (patch)
tree5fcfcc0fc275b06e457c976a0ea886b38677852a /build_posix
parent6234ba40fc2911a6caa032bfee805cd663c5f4d0 (diff)
downloadmongo-f782f1c3d3c0f23be2768eb29de59cc9a5d590a1.tar.gz
Search the default FreeBSD path when configuring for Java.
Diffstat (limited to 'build_posix')
-rw-r--r--build_posix/aclocal/ax_jni_include_dir.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/build_posix/aclocal/ax_jni_include_dir.m4 b/build_posix/aclocal/ax_jni_include_dir.m4
index d7882a95aa1..7ce12e10c82 100644
--- a/build_posix/aclocal/ax_jni_include_dir.m4
+++ b/build_posix/aclocal/ax_jni_include_dir.m4
@@ -81,6 +81,7 @@ fi
# get the likely subdirectories for system specific java includes
case "$host_os" in
bsdi*) _JNI_INC_SUBDIRS="bsdos";;
+freebsd*) _JNI_INC_SUBDIRS="freebsd";;
linux*) _JNI_INC_SUBDIRS="linux genunix";;
osf*) _JNI_INC_SUBDIRS="alpha";;
solaris*) _JNI_INC_SUBDIRS="solaris";;