summaryrefslogtreecommitdiff
path: root/config/bindings.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/bindings.m4')
-rw-r--r--config/bindings.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bindings.m4 b/config/bindings.m4
index 7174934c1..5941d81cd 100644
--- a/config/bindings.m4
+++ b/config/bindings.m4
@@ -47,7 +47,7 @@ if test "$noswig" = yes; then
SWIG=
else
if test -z "$SWIG"; then
- AC_CHECK_PROGS(SWIG, [swig swig2.0 swig-2], [], [])
+ AC_CHECK_PROGS(SWIG, [swig swig3.0 swig-3], [], [])
else
AC_CHECK_PROG(SWIG, "$SWIG", "$SWIG", [])
fi
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback