diff --git a/Makefile b/Makefile
index c3a8e7e41725e3213eb91d034557937de57b5786..b0e122e6bd13f241c3093241f4810ab2f1fc4d48 100644
--- a/Makefile
+++ b/Makefile
@@ -902,7 +902,8 @@ openssl_dep_message:
 	@echo
 	@echo "The target you are trying to run requires an OpenSSL implementation."
 	@echo "Your system doesn't have one, and either the third_party directory"
-	@echo
+      @echo "doesn't have it, or your compiler can't build BoringSSL."
+      @echo
 	@echo "Please consult INSTALL to get more information."
 	@echo
 	@echo "If you need information about why these tests failed, run:"
diff --git a/templates/Makefile.template b/templates/Makefile.template
index 84afcdb354e558a27484f69f61ef4511ef3f3ca9..6c6a8e05932ad5e1b5acee61e5e71ba65e1d8c74 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -846,7 +846,8 @@
   	@echo
   	@echo "The target you are trying to run requires an OpenSSL implementation."
   	@echo "Your system doesn't have one, and either the third_party directory"
-  	@echo
+        @echo "doesn't have it, or your compiler can't build BoringSSL."
+        @echo
   	@echo "Please consult INSTALL to get more information."
   	@echo
   	@echo "If you need information about why these tests failed, run:"