diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-21 16:03:11 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-21 16:03:11 -0700 |
commit | 0b4873ce55e3afe2e1716ef4a21cd94a7ae96e64 (patch) | |
tree | b2b3c1eef0028a03e34dbde691c84ddbc00990b9 /configure.ac | |
parent | e26102f28f08e5432b1ad44bbaef7f32aff199f6 (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.ac | 2 |
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]) |