Older versions of Python are missing some of the syntax I used in the
test script.
Why does CentOS still use Python 2.4? It's almost half a decade old.
AX_GCC_PLUGIN
# Python for test cases
-AM_PATH_PYTHON([2.0],
+AM_PATH_PYTHON([2.6],
, # Do nothing if Python is found.
- AC_MSG_WARN([Could not find Python binary. Python 2.0 or newer is
+ AC_MSG_WARN([Could not find Python binary. Python 2.6 or newer is
required for test cases. Running make check will be disabled.]))
AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])