summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-12-02 12:07:19 +0000
committerMichael Meeks <michael.meeks@novell.com>2010-12-02 12:07:19 +0000
commit834b53a2be6f0c558dcc0fffc29148d72a587d13 (patch)
treec8cb5a83d2a28670acd91e3b49257e224e1f2450 /configure.in
parentfix fetch rule (diff)
downloadcore-834b53a2be6f0c558dcc0fffc29148d72a587d13.tar.gz
core-834b53a2be6f0c558dcc0fffc29148d72a587d13.zip
default to use system-python for the sake of gdb-ability
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 902365fdae0e..a43602c27412 100644
--- a/configure.in
+++ b/configure.in
@@ -755,7 +755,7 @@ AC_ARG_WITH(system-libxml,
AC_ARG_WITH(system-python,
AS_HELP_STRING([--with-system-python],
[Use python already on system.]),
-,)
+,with_system_python=yes)
AC_ARG_WITH(system-icu,
AS_HELP_STRING([--with-system-icu],