--- rxvt-unicode/configure.ac 2007/07/25 22:41:45 1.62 +++ rxvt-unicode/configure.ac 2007/07/26 17:41:46 1.64 @@ -479,7 +479,7 @@ if test "x$AFTERIMAGE_LIBS" != "x"; then libai_ver_major=`echo $AFTERIMAGE_VERSION | $AWK -F . '{print $1}'` libai_ver_minor=`echo $AFTERIMAGE_VERSION | $AWK -F . '{print $2}'` - if test "$libai_ver_major -gt 1 -o ($libai_ver_major -eq 1 -a $libai_ver_minor -ge 15)"; then + if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then support_afterimage=yes; fi fi @@ -886,12 +886,10 @@ PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" else - AC_MSG_RESULT([no, unable to link]) - rxvt_perl_link=no + AC_MSG_ERROR([no, unable to link]) fi else - AC_MSG_RESULT([no working perl found, or perl not version >= 5.8]) - support_perl=no + AC_MSG_ERROR([no working perl found, or perl not version >= 5.8]) fi fi AC_SUBST(PERLLIB)