summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2022-06-14 04:03:18 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2022-06-14 04:10:39 -0400
commit248f980a67ac721882465c48d60039ac70d3fa82 (patch)
tree02d853e6bd275b1351f09ad6827fb02bf7cbad95 /configure.ac
parent0f77f9f6a8974257a21e5fc0b8327b838c2a4849 (diff)
downloadxorg-lib-libXt-248f980a67ac721882465c48d60039ac70d3fa82.tar.gz
codespell-fixes
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 48af605..6233f92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ XORG_WITH_PERL
# Checks for header files.
AC_CHECK_HEADER([alloca.h], AC_DEFINE(INCLUDE_ALLOCA_H, 1, [Define to 1 if Xalloca.h should include <alloca.h>]))
-# Obtain compiler/linker options for depedencies
+# Obtain compiler/linker options for dependencies
PKG_CHECK_MODULES(XT, sm ice x11 xproto kbproto)
# Set-up variables to use build machine compiler when cross-compiling