diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-11 14:11:21 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-11 14:11:40 -0800 |
commit | 18d485fcbce0f9f587b683756ee3fe78d7fd3372 (patch) | |
tree | 414ec5402500537111e75095ac3dccfea3c2cd43 /configure.ac | |
parent | a03055d5b3385f41a50ba40fcc00e8cdb8758947 (diff) |
Print which arguments were unknown before giving usage message
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 778ab76..d5f04b2 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,9 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS +# Checks for library functions. +AC_CHECK_FUNCS([strlcat strlcpy]) + # Base set of required pkg-config packages XLOGO_DEPS="sm xaw7 xmu xt >= 1.0 xext x11" |