On Thu, May 28, 2009 at 8:32 AM, Tom Tromey wrote: > Ok with that change.  Thanks. The patch was line-wrapped and missing change to configure. Also moving HAVE_PYTHON down revealed a bug: the signature of of apply_val_pretty_printer has changed, but the prototype in the !HAVE_PYTHON was not updated. Attached is the patch I just committed. -- Paul Pluzhnikov 2009-05-28 Pierre Muller Paul Pluzhnikov * configure.ac (!have_libpython): Add python-prettyprint source and object files. * configure: Regenerate. * python/python-prettyprint.c: Move "#ifdef HAVE_PYTHON" before python headers.