summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-22 10:26:01 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-22 10:26:38 -0700
commite4bae5f23e2c12d2771b93adc7c686d8f600b3a9 (patch)
treebc322de95b5a1ae1dfe233b95789f0a2a2cb7d16 /configure.ac
parentca8e535970c7bec44e02141113e31a42bb0a1c5e (diff)
Assume target platforms have strcasecmp nowHEADmaster
It has been required since Unix98/SUSv2 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/app/xkbevd/-/merge_requests/5>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cf90f71..3758b62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,8 +44,6 @@ if test ! -f "cfgparse.c"; then
fi
fi
-AC_CHECK_FUNCS([strcasecmp])
-
# Checks for pkg-config packages
PKG_CHECK_MODULES(XKBEVD, xkbfile x11)