From 672302aadaba97f3e5df256e3d358cb2411ab3ed Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 21 Dec 2007 11:05:20 +0000 Subject: - Added some previously uncommitted Pd testing examples - Improved python bindings. Now we can do vector features as well as scalar from Python --- configure.in | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index bf3703a..ddc9fc9 100644 --- a/configure.in +++ b/configure.in @@ -162,11 +162,6 @@ AC_ARG_ENABLE(swig, esac],[swig=false]) -dnl SWIG stuff -if [[ "$swig" = "true" ]] ; then - AC_PROG_SWIG(1.3.21) - AC_DEFINE([BUILD_SWIG], [1], [Build the swig bindings]) -fi if [[ "$with_java" = "true" ]] ; then if test "$JAVAC" = "" @@ -194,6 +189,12 @@ fi AM_CONDITIONAL(BUILD_SWIG, test "x${swig}" = 'xtrue') +dnl SWIG stuff +if [[ "$swig" = "true" ]] ; then + AC_PROG_SWIG(1.3.21) + AC_DEFINE([BUILD_SWIG], [1], [Build the swig bindings]) +fi + dnl Are we building with fftw? if [[ "$fft" = "true" ]] ; then LDFLAGS="$LDFLAGS -lfftw3f" -- cgit v1.2.3