diff --git a/configure.ac b/configure.ac index d30a6cb..9c79969 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ if grep -q "CentOS release 5\." /etc/redhat-release 2>/dev/null || grep -q "Red Hat Enterprise Linux Server release 5" /etc/redhat-release 2>/dev/null; then # γ—γΎγ£γŸ! # Well, just a warning. Maybe the admin updated the kernel. - echo "WARNING: This distribution is not officially supported."; + echo "WARNING: This distribution's shipped kernel is not supported."; fi; krel="$(make -sC ${kbuilddir} kernelrelease)"; krel="${krel%%-*}";