]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure: sort AC_CHECK_FUNCS
authorNatanael Copa <ncopa@alpinelinux.org>
Mon, 25 Sep 2023 11:03:26 +0000 (13:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Sep 2023 18:03:09 +0000 (20:03 +0200)
No functional changes.

configure.ac

index 2fc9f2f01783c464ab2084611c060ae6948f7eb1..a6f9066a133a41b9913c007dd4016af9cf334889 100644 (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"