diff options
author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2006-05-30 14:09:44 +0000 |
---|---|---|
committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2006-05-30 14:09:44 +0000 |
commit | 4ff7387c3f4eefe1e86e44ad3ae52043770baf1e (patch) | |
tree | 64cc40dc42c33925c6183222667354276479c362 /m4/python.m4 | |
parent | eba7d3fff1076914dda819eb8120304f059f4be9 (diff) | |
download | libgpod-4ff7387c3f4eefe1e86e44ad3ae52043770baf1e.tar.gz libgpod-4ff7387c3f4eefe1e86e44ad3ae52043770baf1e.tar.xz libgpod-4ff7387c3f4eefe1e86e44ad3ae52043770baf1e.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.m4 | 4 |
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 |