summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-10-08 20:57:21 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-10-08 20:57:21 (GMT)
commitc7a396f9b7f61bb6927b276188c075e47e9db0e7 (patch)
tree3210f55ad86628a16513d87b4897922c7410d810 /configure
parent8e715ea4ba1baf3ebc55a1e88d0bf3c08850cfcb (diff)
debug/gdb: new option to enable/disable use of python
Add a new option to enable/disable the Python scripting in gdb. Hide the option (ie. disable it) when statically linking the cross-gdb. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 90cff13..75d2b22 100755
--- a/configure
+++ b/configure
@@ -609,6 +609,7 @@ done
has_or_warn inc="${python_incs}" \
lib="${python_libs}" \
lib_exts="${libs_exts}" \
+ kconfig=has_python \
err="The 'python' header file and library are needed for some features of cross-gdb"
#---------------------------------------------------------------------