summaryrefslogtreecommitdiffstats
path: root/src/external
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-02-09 19:30:39 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-02-25 08:38:25 +0100
commita63b368a025a61edf41a3d5ce34f325b03295cf6 (patch)
treebf3d21670409ec34b91e2f71dd363959ffd8ddd0 /src/external
parent887edd6b7c53fde44eb9f9060e09db5cd981ba37 (diff)
downloadsssd-a63b368a025a61edf41a3d5ce34f325b03295cf6.tar.gz
sssd-a63b368a025a61edf41a3d5ce34f325b03295cf6.tar.xz
sssd-a63b368a025a61edf41a3d5ce34f325b03295cf6.zip
UTIL: Remove python wrapper sss_python_set_check
The macro PySet_Check is defined in python >= 2.6 Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
Diffstat (limited to 'src/external')
-rw-r--r--src/external/python.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external/python.m4 b/src/external/python.m4
index e3812a504..e93f85009 100644
--- a/src/external/python.m4
+++ b/src/external/python.m4
@@ -63,7 +63,7 @@ AC_DEFUN([AM_CHECK_PYTHON_COMPAT],
LIBS="$LIBS $PYTHON_LIBS"
AC_CHECK_FUNCS([PyErr_NewExceptionWithDoc])
- AC_CHECK_DECLS([PySet_Check, PyModule_AddIntMacro, PyUnicode_FromString], [], [], [[#include <Python.h>]])
+ AC_CHECK_DECLS([PyModule_AddIntMacro, PyUnicode_FromString], [], [], [[#include <Python.h>]])
CPPFLAGS="$save_CPPFLAGS"
LIBS="$save_LIBS"