configure: sort AC_CHECK_FUNCS

No functional changes.
This commit is contained in:
Natanael Copa 2023-09-25 13:03:26 +02:00 committed by Daniel Stenberg
parent 358f7e7577
commit b226bd679a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -3583,8 +3583,10 @@ AC_CHECK_DECLS([getpwuid_r], [], [AC_DEFINE(HAVE_DECL_GETPWUID_R_MISSING, 1, "Se
#include <sys/types.h>]])
AC_CHECK_FUNCS([fnmatch \
AC_CHECK_FUNCS([\
arc4random \
fchmod \
fnmatch \
fork \
geteuid \
getpass_r \
@ -3604,7 +3606,6 @@ AC_CHECK_FUNCS([fnmatch \
snprintf \
utime \
utimes \
arc4random
],[
],[
func="$ac_func"