Skip to content

Commit

Permalink
configure.ac: remove redundant function checks
Browse files Browse the repository at this point in the history
The `HAVE_` defines for these functions are not used.

This brings parity with the meson build.
bluetech authored and LudovicRousseau committed Dec 11, 2024
1 parent 5630a1f commit 51ac612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ AC_C_CONST
AC_TYPE_SIZE_T

# Checks for library functions.
AC_CHECK_FUNCS(select strerror strncpy memcpy strlcpy strlcat secure_getenv pthread_condattr_setclock)
AC_CHECK_FUNCS(strlcpy strlcat secure_getenv pthread_condattr_setclock)

# Select OS specific versions of source files.
AC_SUBST(BUNDLE_HOST)

0 comments on commit 51ac612

Please sign in to comment.