summaryrefslogtreecommitdiffstats
path: root/m4/python.m4
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2006-05-30 14:09:44 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2006-05-30 14:09:44 +0000
commit355d9e38ac7d87b345e70d8d9a7ee78a30ba8c17 (patch)
tree64cc40dc42c33925c6183222667354276479c362 /m4/python.m4
parent58503e6e5b6ef315f37fe859baaf0f5216fc8f5c (diff)
downloadlibgpod-355d9e38ac7d87b345e70d8d9a7ee78a30ba8c17.tar.gz
libgpod-355d9e38ac7d87b345e70d8d9a7ee78a30ba8c17.tar.xz
libgpod-355d9e38ac7d87b345e70d8d9a7ee78a30ba8c17.zip
***** merged photo-support branch back to MAIN. branch is tagged
photo-support-merged_00 ipod.py will need minor patching (flag2, flag3). git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1292 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'm4/python.m4')
-rw-r--r--m4/python.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/python.m4 b/m4/python.m4
index 032334b..28bdaa3 100644
--- a/m4/python.m4
+++ b/m4/python.m4
@@ -30,8 +30,8 @@ AC_DEFUN([LIBGPOD_CHECK_PYTHON],
[
AC_ARG_WITH(python,
AC_HELP_STRING([--with-python=PATH],
- [build python bindings [[default=no]]]),
- [with_python=$withval],[with_python=no])
+ [build python bindings [[default=yes]]]),
+ [with_python=$withval],[with_python=yes])
AC_MSG_CHECKING(whether to build python bindings)
if test "X$with_python" != Xno; then