Update python configure check
Minimum python version of 2.7 is required
Change-Id: I411d4da792186bfde5990f16a0a4ad2b9def350e
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/configure.ac b/configure.ac
index 3bbdfce..07b7449 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
# Python
AM_PATH_PYTHON([2.7], [AC_SUBST([PYTHON], [echo "$PYTHON"])],
-[AC_MSG_ERROR([Could not find python-2.7 installed...python-2.7 is required])])
+[AC_MSG_ERROR([Minimum python version(2.7) not found])])
# Checks for typedefs, structures, and compiler characteristics.
AX_CXX_COMPILE_STDCXX_17([noext])