summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-08-17 23:52:10 +0200
committerMichael Stahl <mstahl@redhat.com>2015-08-18 11:19:43 +0000
commitaa93151b9a740582732a06578e04b558beb177c2 (patch)
tree2226d18076c5cb120423179e6265821852e9a069 /config_host
parentf54f99febd25b1c86e77747764375a2e53f572c5 (diff)
configure, pyuno: stop claiming our python 3.3.5 is 3.3.3
... and adapt makefiles to automatically rebuild everything that depends on PYTHON_VERSION. Change-Id: If468183e59463503051c2a1526a905dbee9bf4cb Reviewed-on: https://gerrit.libreoffice.org/17818 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_python.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config_host/config_python.h.in b/config_host/config_python.h.in
new file mode 100644
index 000000000000..3258205b29a8
--- /dev/null
+++ b/config_host/config_python.h.in
@@ -0,0 +1,8 @@
+/* python stuff */
+
+#ifndef CONFIG_PYTHON_H
+#define CONFIG_PYTHON_H
+
+#undef PYTHON_VERSION_STRING
+
+#endif // CONFIG_PYTHON_H