diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2008-03-28 10:19:21 +1100 | 
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2008-03-28 10:19:21 +1100 | 
| commit | de80e63efa857e39144650117985e9148eab033e (patch) | |
| tree | 09493025db566fe829cd9ae23dc534d7af69b351 /source4/scripting/python/config.m4 | |
| parent | b422a78df24201392232df10cf6a1ca1a522807e (diff) | |
| parent | e15b35e3897e63b9e815a04101436439d4aebdef (diff) | |
| download | samba-de80e63efa857e39144650117985e9148eab033e.tar.gz samba-de80e63efa857e39144650117985e9148eab033e.tar.bz2 samba-de80e63efa857e39144650117985e9148eab033e.zip | |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit 59d8d17093efac3a177a032f2e121ea6f43a96c8)
Diffstat (limited to 'source4/scripting/python/config.m4')
| -rw-r--r-- | source4/scripting/python/config.m4 | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/source4/scripting/python/config.m4 b/source4/scripting/python/config.m4 index aac98ebc60..3790071ba8 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 <Python.h> -				#include <stdlib.h>  			],[  				Py_InitModule(NULL, NULL);  			],[ | 
