summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-15 11:39:20 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-15 11:39:20 -0800
commitba548ed1688d4d5a83913218155d0ddf616ff176 (patch)
tree56443c6a153a63a9c896ebed5a8443e1bec1b56e
parenteb1c272ab5230d548077b9f59aca4b3457c3a8f8 (diff)
downloadxorg-lib-libX11-ba548ed1688d4d5a83913218155d0ddf616ff176.tar.gz
configure: options summary should say "libX11", not just "X11"
We're not configuring the entire window system here, just one library Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 33d01020..98b70147 100644
--- a/configure.ac
+++ b/configure.ac
@@ -440,7 +440,7 @@ AC_CONFIG_FILES([Makefile
AC_OUTPUT
echo ""
-echo "X11 will be built with the following settings:"
+echo "$PACKAGE_STRING will be built with the following settings:"
echo " Loadable i18n module support: "$XLIB_LOADABLE_I18N
echo " Loadable xcursor library support: "$XLIB_LOADABLE_XCURSOR
echo " Threading support: "$xthreads