# $Id: configure.athena,v 1.1.1.1 1999/04/01 00:30:13 nathanw Exp $

# Solaris 2.6's kernel PLL support is broken (at this patch level); disable it.
if [ "$HOSTTYPE" = sun4 ]; then
	echo "ac_cv_var_kernel_pll=no" > config.cache;
fi
./configure
