Fix a typo in a comment.
[oota-llvm.git] / autoconf / configure.ac
index 9b2234103d0eaa8b50049be5dfd02f32e87e8ec5..c8fd77f43283f1744b958eb3d02c815877d6edba 100644 (file)
@@ -495,6 +495,7 @@ LLVM_PROG_PERL([5.006])
 AC_SUBST(PERL)
 if test x"$PERL" = xnone; then
    AC_SUBST(HAVE_PERL,0)
+   AC_MSG_ERROR([perl is required but was not found, please install it])
 else
    AC_SUBST(HAVE_PERL,1)
 fi