From 73ce4da587c7a9e63c64c4c21e62c9e25fc93466 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Thu, 29 Mar 2012 17:24:45 +0000 Subject: - updated to latest SWIG macros - added __init__.py so generated python module loads --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 56cbccb..3151580 100644 --- a/configure.in +++ b/configure.in @@ -195,7 +195,7 @@ AM_CONDITIONAL(BUILD_SWIG, test "x${swig}" = 'xtrue') dnl SWIG stuff if [[ "$swig" = "true" ]] ; then - AC_PROG_SWIG(1.3.21) + AX_PKG_SWIG(1.3.21) AC_DEFINE([BUILD_SWIG], [1], [Build the swig bindings]) fi -- cgit v1.2.3