e5b36c
diff -up openchange-openchange-2.3-VULCAN/configure.ac.switch-to-python3 openchange-openchange-2.3-VULCAN/configure.ac
e5b36c
--- openchange-openchange-2.3-VULCAN/configure.ac.switch-to-python3	2018-04-17 13:51:55.977608741 +0200
e5b36c
+++ openchange-openchange-2.3-VULCAN/configure.ac	2018-04-17 13:54:21.958606722 +0200
e5b36c
@@ -377,17 +377,17 @@ dnl ------------------------------------
e5b36c
 dnl Check for Python
e5b36c
 dnl ---------------------------------------------------------------------------
e5b36c
 
e5b36c
-AC_PATH_PROG(PYTHON, python)
e5b36c
+AC_PATH_PROG(PYTHON, python3)
e5b36c
 if test x"$PYTHON" = x""; then
e5b36c
-	AC_MSG_WARN([No version of python was found!])
e5b36c
-	AC_MSG_ERROR([Please install python])
e5b36c
+	AC_MSG_WARN([No version of python3 was found!])
e5b36c
+	AC_MSG_ERROR([Please install python3])
e5b36c
 fi
e5b36c
 AC_SUBST(PYTHON)
e5b36c
 
e5b36c
-AC_PATH_PROG(PYTHON_CONFIG, python-config)
e5b36c
+AC_PATH_PROG(PYTHON_CONFIG, python3-config)
e5b36c
 if test x"$PYTHON_CONFIG" = x""; then
e5b36c
-	AC_MSG_WARN([No version of python-config was found!])
e5b36c
-	AC_MSG_ERROR([Please install python-dev 2.7])
e5b36c
+	AC_MSG_WARN([No version of python3-config was found!])
e5b36c
+	AC_MSG_ERROR([Please install python3-dev 3.x])
e5b36c
 fi
e5b36c
 AC_SUBST(PYTHON_CONFIG)
e5b36c