gdb: better static python detection in configure machinery
[deliverable/binutils-gdb.git] / gdb / configure.ac
index bfc053ed096942678028065079d93c8d7dd691b9..1b9548eef3a32d6833c8951bd315687a168bce3c 100644 (file)
@@ -1686,7 +1686,7 @@ if test "${gdb_native}" = yes; then
          [#include "Python.h"],
          [int err;
           Py_Initialize ();
-          err = PyRun_SimpleString ("import itertools\n");
+          err = PyRun_SimpleString ("import ctypes\n");
           Py_Finalize ();
           return err == 0 ? 0 : 1;])],
        [dynamic_list=true], [], [true])
This page took 0.024962 seconds and 4 git commands to generate.