summaryrefslogtreecommitdiff
path: root/build_posix/configure.ac.in
diff options
context:
space:
mode:
Diffstat (limited to 'build_posix/configure.ac.in')
-rw-r--r--build_posix/configure.ac.in4
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