summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2007-07-31 20:42:54 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2007-07-31 20:42:54 +0000
commitacd33c647ff358dcb43507b9b0e7a9c70fd5f6db (patch)
tree16f02c91b9efa543e3f4daab4b1bbcf3d88859f6 /m4
parent2720ea4c32aab308f2a879a4018eea9c4766cb4d (diff)
downloadlibgpod-acd33c647ff358dcb43507b9b0e7a9c70fd5f6db.tar.gz
libgpod-acd33c647ff358dcb43507b9b0e7a9c70fd5f6db.tar.xz
libgpod-acd33c647ff358dcb43507b9b0e7a9c70fd5f6db.zip
merge changes from the bug-1723660 branch
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1662 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'm4')
-rw-r--r--m4/python.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/python.m4 b/m4/python.m4
index 9774c53..a4665a4 100644
--- a/m4/python.m4
+++ b/m4/python.m4
@@ -126,6 +126,12 @@ AC_DEFUN([LIBGPOD_CHECK_PYTHON],
dnl check for mutagen module >= $PYTHON_MUTAGEN_MIN_VERSION
AM_CHECK_PYMOD(mutagen,$PYTHON_MUTAGEN_MIN_VERSION,mutagen.version_string,,with_python=no)
+ dnl this test should perhaps be re-enabled, but only produce a warning -- tmz
+ dnl if test "X$have_gdkpixbuf" == "Xyes" -a "X$have_pygobject" == "Xyes"; then
+ dnl dnl check for gtk module >= $PYTHON_GTK_MIN_VERSION
+ dnl AM_CHECK_PYMOD(gtk,$PYTHON_GTK_MIN_VERSION,'.'.join(map(str, gtk.ver)),,with_python=no)
+ dnl fi
+
dnl check for swig
if test "X$with_python" == Xyes; then
AC_PROG_SWIG($SWIG_MIN_VERSION)