summaryrefslogtreecommitdiff
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
commitc5b35dd2d136eaecc9d606fca9ba9dbdb6bf12ff (patch)
tree20815b1727ecde049cbaa76fb807f0e9116e0d2d
parentd6d851edced052da6d533bdc262bf4e63580caee (diff)
default to use system-python for the sake of gdb-ability
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 902365fda..a43602c27 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],