reverted unapproved policy change
authorroot <root>
Thu, 26 Jul 2007 11:57:18 +0000 (11:57 +0000)
committerroot <root>
Thu, 26 Jul 2007 11:57:18 +0000 (11:57 +0000)
configure.ac

index db583249c9473b5385ccf6414733bed416018f19..98a1910dd298d34e0104a31dfa063fba57a8feae 100644 (file)
@@ -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)