diff --git a/source4/scripting/python/config.m4 b/source4/scripting/python/config.m4 index aac98ebc60d..3790071ba88 100644 --- a/source4/scripting/python/config.m4 +++ b/source4/scripting/python/config.m4 @@ -23,9 +23,7 @@ AC_DEFUN([TRY_LINK_PYTHON], AC_TRY_LINK([ /* we have our own configure tests */ - #define Py_PYCONFIG_H 1 #include - #include ],[ Py_InitModule(NULL, NULL); ],[