summaryrefslogtreecommitdiffstats
path: root/src/external
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-01-28 16:10:12 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-02-13 18:31:59 +0100
commite8058322725ba050014777ee2484f7e833ab1e3a (patch)
treea8681fc9cf9c833edf4b74764db59ec5c69d792f /src/external
parenta71004c112cd5d61d3a9e37a4cfc5760dc9a1cec (diff)
downloadsssd-e8058322725ba050014777ee2484f7e833ab1e3a.tar.gz
sssd-e8058322725ba050014777ee2484f7e833ab1e3a.tar.xz
sssd-e8058322725ba050014777ee2484f7e833ab1e3a.zip
Remove strict requirements of python2
* fix hashbangs * remove strict requirements of python2 in build system Resolves: https://fedorahosted.org/sssd/ticket/2017 Reviewed-by: Petr Viktorin <pviktori@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 25fc7f397..a1bd87a0e 100644
--- a/src/external/python.m4
+++ b/src/external/python.m4
@@ -9,7 +9,7 @@ AC_DEFUN([AM_PYTHON_CONFIG],
dnl We need to check for python build flags using distutils.sysconfig
dnl We cannot use python-config, as it was not available on older
dnl versions of python
- AC_PATH_PROG(PYTHON, python2)
+ AC_PATH_PROG(PYTHON, python)
AC_MSG_CHECKING([for working python])
if test -x "$PYTHON"; then
PYTHON_CFLAGS="`$PYTHON -c \"from distutils import sysconfig; \