mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
configure: sort AC_CHECK_FUNCS
No functional changes.
This commit is contained in:
parent
358f7e7577
commit
b226bd679a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user