8221434: Fix typo in lib-x11 autoconf error message about missing headers
authorgromero
Mon, 25 Mar 2019 19:40:25 -0400
changeset 54269 418fbdb1b581
parent 54268 0cf2c87ce79a
child 54270 176e8aec3097
8221434: Fix typo in lib-x11 autoconf error message about missing headers Reviewed-by: dholmes
make/autoconf/lib-x11.m4
--- 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