diff options
author | Michael Cahill <michael.cahill@mongodb.com> | 2016-08-05 17:10:03 +1000 |
---|---|---|
committer | Michael Cahill <michael.cahill@mongodb.com> | 2016-08-05 17:10:03 +1000 |
commit | 34182adadbac99c6195f7bf06e60904b0e3025e1 (patch) | |
tree | 3401f5a3adb69b2116f6745d2c4660592a69217b /build_posix | |
parent | a9e96961abc9dd20d464bdeb120d792166ee4cf9 (diff) | |
parent | 86e03d9baf9f805d39b13755db7e1d81d936eb5f (diff) | |
download | mongodb-3.3.11.tar.gz |
Merge branch 'develop' into mongodb-3.4mongodb-3.3.11
Diffstat (limited to 'build_posix')
-rw-r--r-- | build_posix/configure.ac.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build_posix/configure.ac.in b/build_posix/configure.ac.in index bbc6cf89d91..aa5dfac4005 100644 --- a/build_posix/configure.ac.in +++ b/build_posix/configure.ac.in @@ -85,8 +85,10 @@ fi # Java and Python APIs if test "$wt_cv_enable_java" = "yes" -o "$wt_cv_enable_python" = "yes"; then + # Only a warning, we need to build release packages without SWIG. AX_PKG_SWIG(2.0.4, [], - [AC_MSG_WARN([SWIG is required to rebuild Java or Python APIs.])]) + [AC_MSG_WARN([SWIG is required to rebuild Java or Python APIs.]) && + SWIG="SWIG_NOT_FOUND_DURING_CONFIGURE"]) fi if test "$wt_cv_enable_java" = "yes"; then |