summaryrefslogtreecommitdiffstats
path: root/src/external
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-02-09 19:19:55 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-02-25 08:38:20 +0100
commit9eabaad5e0f3f20a6bcec0629342584c244a79bc (patch)
tree64452cb16adc499902cabd2ceb7b3ae3d885096d /src/external
parentd6c3de740c7bed8b007805d6a313220d8d974ee5 (diff)
downloadsssd-9eabaad5e0f3f20a6bcec0629342584c244a79bc.tar.gz
sssd-9eabaad5e0f3f20a6bcec0629342584c244a79bc.tar.xz
sssd-9eabaad5e0f3f20a6bcec0629342584c244a79bc.zip
UTIL: Remove python wrapper sss_python_set_new
The function PySet_New 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 858af3c19..440d2f977 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_New PySet_Add PyErr_NewExceptionWithDoc])
+ AC_CHECK_FUNCS([PySet_Add PyErr_NewExceptionWithDoc])
AC_CHECK_DECLS([PySet_Check, PyModule_AddIntMacro, PyUnicode_FromString], [], [], [[#include <Python.h>]])
CPPFLAGS="$save_CPPFLAGS"