summaryrefslogtreecommitdiffstats
path: root/src/external
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-02-09 19:23:44 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-02-25 08:38:23 +0100
commit887edd6b7c53fde44eb9f9060e09db5cd981ba37 (patch)
tree783438c1b813dc04d0dda77182345fd324c46a3c /src/external
parent9eabaad5e0f3f20a6bcec0629342584c244a79bc (diff)
downloadsssd-887edd6b7c53fde44eb9f9060e09db5cd981ba37.tar.gz
sssd-887edd6b7c53fde44eb9f9060e09db5cd981ba37.tar.xz
sssd-887edd6b7c53fde44eb9f9060e09db5cd981ba37.zip
UTIL: Remove python wrapper sss_python_set_add
The function PySet_Add is available 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 440d2f977..e3812a504 100644
--- a/src/external/python.m4
+++ b/src/external/python.m4
@@ -62,7 +62,7 @@ AC_DEFUN([AM_CHECK_PYTHON_COMPAT],
CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES"
LIBS="$LIBS $PYTHON_LIBS"
- AC_CHECK_FUNCS([PySet_Add PyErr_NewExceptionWithDoc])
+ AC_CHECK_FUNCS([PyErr_NewExceptionWithDoc])
AC_CHECK_DECLS([PySet_Check, PyModule_AddIntMacro, PyUnicode_FromString], [], [], [[#include <Python.h>]])
CPPFLAGS="$save_CPPFLAGS"