diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-05-30 14:09:44 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-05-30 14:09:44 +0000 |
| commit | 30db796e261d5e155f4f444731907c306d69d93f (patch) | |
| tree | 64cc40dc42c33925c6183222667354276479c362 /m4/python.m4 | |
| parent | 1c40c7000722016ff8602058ff5ef0bb477f9740 (diff) | |
| download | libgpod-30db796e261d5e155f4f444731907c306d69d93f.tar.gz libgpod-30db796e261d5e155f4f444731907c306d69d93f.tar.xz libgpod-30db796e261d5e155f4f444731907c306d69d93f.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 |
