8221434: Fix typo in lib-x11 autoconf error message about missing headers
Reviewed-by: dholmes
--- a/make/autoconf/lib-x11.m4 Mon Mar 25 17:29:43 2019 -0400
+++ b/make/autoconf/lib-x11.m4 Mon Mar 25 19:40:25 2019 -0400
@@ -119,7 +119,7 @@
if test "x$X11_HEADERS_OK" = xno; then
HELP_MSG_MISSING_DEPENDENCY([x11])
- AC_MSG_ERROR([Could not find all X11 headers (shape.h Xrender.h Xrander.h XTest.h Intrinsic.h). $HELP_MSG])
+ AC_MSG_ERROR([Could not find all X11 headers (shape.h Xrender.h Xrandr.h XTest.h Intrinsic.h). $HELP_MSG])
fi
# If XLinearGradient isn't available in Xrender.h, signal that it needs to be