diff options
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/configure b/gdb/configure index 9349917..8ae2e09 100755 --- a/gdb/configure +++ b/gdb/configure @@ -8672,11 +8672,10 @@ rm -f conftest.err conftest.$ac_ext $as_echo "${python_has_threads}" >&6; } CPPFLAGS="${saved_CPPFLAGS}" else - # Even if Python support is not compiled in, we need to have these files - # included. - CONFIG_OBS="$CONFIG_OBS python.o py-value.o py-prettyprint.o py-auto-load.o" - CONFIG_SRCS="$CONFIG_SRCS python/python.c python/py-value.c \ - python/py-prettyprint.c python/py-auto-load.c" + # Even if Python support is not compiled in, we need to have this file + # included so that the "python" command, et.al., still exists. + CONFIG_OBS="$CONFIG_OBS python.o" + CONFIG_SRCS="$CONFIG_SRCS python/python.c" fi |