commit 16292cb79b79f7cdd32d53eece0c80af3f3d04bc
Author: Adrian Sampson <adr...@radbox.org>
Date:   Tue Mar 30 19:54:42 2010 -0700

    fix compilation of Python bindings
    
    The Python bindings were never being built due to an error in the check
    for SWIG.

 m4/python.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/m4/python.m4 b/m4/python.m4
index 70f0c0b..92b0f7a 100644
--- a/m4/python.m4
+++ b/m4/python.m4
@@ -134,7 +134,7 @@ AC_DEFUN([LIBGPOD_CHECK_PYTHON],
 
                 dnl check for swig
                 if test "X$with_python" = Xyes; then
-                    AX_PKG_SWIG($SWIG_MIN_VERSION, $has_swig=yes, $has_swig=no)
+                    AX_PKG_SWIG($SWIG_MIN_VERSION, has_swig=yes, has_swig=no)
                     with_python="$has_swig"
                 fi
             fi

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to