[simentt@kasse x264]$ diff configure.old configure 37a38,49 > as_check() { > which $AS > if [ $? -ne 0 ] ; then > echo "CONFIGURE FAILED:" > echo "$AS is missing, yet selected for (at least 'which' could not find it in PATH)." > echo "Please make sure the build-prerequisites are met for your system, then provide" > echo "a suitable patch to the x264 developers on x264-devel@videolan.org" > exit 1; > fi > } > 336a349,351 > # Sanity check > as_check >