From c7a396f9b7f61bb6927b276188c075e47e9db0e7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 8 Oct 2011 22:57:21 +0200 Subject: 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" --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 90cff138..75d2b221 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" #--------------------------------------------------------------------- -- cgit v1.2.3