diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-05-28 16:30:39 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-05-28 16:30:39 +0000 |
commit | 6bf0ce2beda67e4101c734c8911c2aa9a7924833 (patch) | |
tree | 03ac782bfec64821d71e82d49c2081beaeb72a4a /gdb/configure.ac | |
parent | b662cd9e9819c4c8819e97f2fb3c199fe1ff54fc (diff) | |
download | gdb-6bf0ce2beda67e4101c734c8911c2aa9a7924833.zip gdb-6bf0ce2beda67e4101c734c8911c2aa9a7924833.tar.gz gdb-6bf0ce2beda67e4101c734c8911c2aa9a7924833.tar.bz2 |
2009-05-28 Pierre Muller <muller@ics.u-strasbg.fr>
Paul Pluzhnikov <ppluzhnikov@google.com>
* configure.ac (!have_libpython): Add python-prettyprint source
and object files.
* configure: Regenerate.
* python/python-prettyprint.c: Move "#ifdef HAVE_PYTHON" before
python headers.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index af396cc..1d91647 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -685,8 +685,8 @@ if test "${have_libpython}" = yes; then 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 AC_SUBST(PYTHON_CFLAGS) |