diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-03 13:48:09 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:47:26 +0100 |
commit | 53ae9bc9f6f66578948c3995073bdc1f1acae0f1 (patch) | |
tree | 59d76a20adef6b9d317e66f169df55c6ea59bad8 /source4/scripting/python/config.m4 | |
parent | 5193e04368732874f980f681c86e2051505c0171 (diff) | |
download | samba-53ae9bc9f6f66578948c3995073bdc1f1acae0f1.tar.gz samba-53ae9bc9f6f66578948c3995073bdc1f1acae0f1.tar.xz samba-53ae9bc9f6f66578948c3995073bdc1f1acae0f1.zip |
r26248: Check in SWIG output so SWIG is not required when running out of svn.
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)
Diffstat (limited to 'source4/scripting/python/config.m4')
-rw-r--r-- | source4/scripting/python/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/config.m4 b/source4/scripting/python/config.m4 index 8a4aba4a665..5e982556fc3 100644 --- a/source4/scripting/python/config.m4 +++ b/source4/scripting/python/config.m4 @@ -5,7 +5,7 @@ AC_ARG_VAR([PYTHON_VERSION],[The installed Python will be appended to the Python interpreter canonical name.]) -AC_PROG_SWIG(1.3.25) +AC_PROG_SWIG(1.3.31) AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]]) if test -z "$PYTHON"; then |