From 6bf0ce2beda67e4101c734c8911c2aa9a7924833 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Thu, 28 May 2009 16:30:39 +0000 Subject: 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. --- gdb/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/configure') diff --git a/gdb/configure b/gdb/configure index 449e876..13b30f8 100755 --- a/gdb/configure +++ b/gdb/configure @@ -11907,8 +11907,8 @@ echo "${ECHO_T}${PYTHON_CFLAGS}" >&6 else # Even if Python support is not compiled in, we need to have these files # included in order to recognize the GDB command "python". - CONFIG_OBS="$CONFIG_OBS python.o python-value.o" - CONFIG_SRCS="$CONFIG_SRCS python/python.c python/python-value.c" + CONFIG_OBS="$CONFIG_OBS python.o python-value.o python-prettyprint.o" + CONFIG_SRCS="$CONFIG_SRCS python/python.c python/python-value.c python/python-prettyprint.c" fi -- cgit v1.1