From: root Date: Thu, 26 Jul 2007 11:57:18 +0000 (+0000) Subject: reverted unapproved policy change X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5783fe4eb6635beb413a00cd6a37012365fd2d65;p=dana%2Furxvt.git reverted unapproved policy change --- diff --git a/configure.ac b/configure.ac index db583249..98a1910d 100644 --- a/configure.ac +++ b/configure.ac @@ -886,12 +886,10 @@ if test x$support_perl = xyes; then 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)