summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-21 16:03:11 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-21 16:03:11 -0700
commit0b4873ce55e3afe2e1716ef4a21cd94a7ae96e64 (patch)
treeb2b3c1eef0028a03e34dbde691c84ddbc00990b9 /configure.ac
parente26102f28f08e5432b1ad44bbaef7f32aff199f6 (diff)
Assume target platforms have strcasecmp, strncasecmp, & strdup now
All have been required since Unix98/SUSv2 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/app/xkbcomp/-/merge_requests/23>
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 7a73509..430046c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ if test ! -f "$srcdir/xkbparse.c"; then
fi
fi
-AC_CHECK_FUNCS([asprintf reallocarray recallocarray strdup strcasecmp])
+AC_CHECK_FUNCS([asprintf reallocarray recallocarray])
# Checks for pkg-config packages
PKG_CHECK_MODULES(XKBCOMP, [x11 xkbfile xproto >= 7.0.17])