This commit fixes a build error on machines lacking python headers
and/or libraries.
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. */
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