Wrap python_write_bytecode with HAVE_PYTHON ifdef
authorKevin Buettner <kevinb@redhat.com>
Thu, 21 Jul 2022 00:00:24 +0000 (17:00 -0700)
committerKevin Buettner <kevinb@redhat.com>
Thu, 21 Jul 2022 00:12:08 +0000 (17:12 -0700)
This commit fixes a build error on machines lacking python headers
and/or libraries.

gdb/python/python.c

index c719e3dc90c75e225d788c1f5a4990be9ed26c4c..8fa935c828650aac8801d87780aadbf43066a12e 100644 (file)
@@ -1855,6 +1855,7 @@ show_python_dont_write_bytecode (struct ui_file *file, int from_tty,
                value);
 }
 
+#ifdef HAVE_PYTHON
 /* Return value to assign to PyConfig.write_bytecode or, when
    negated (via !), Py_DontWriteBytecodeFlag.  Py_DontWriteBytecodeFlag
    is deprecated in Python 3.12.  */
@@ -1872,6 +1873,7 @@ python_write_bytecode ()
 
   return wbc;
 }
+#endif /* HAVE_PYTHON */
 
 /* Implement 'set python dont-write-bytecode'.  This sets Python's internal
    flag no matter when the command is issued, however, if this is used