From: Natanael Copa Date: Mon, 25 Sep 2023 11:03:26 +0000 (+0200) Subject: configure: sort AC_CHECK_FUNCS X-Git-Tag: curl-8_4_0~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b226bd679a68b8bf94cbb6d58837f00251560e63;p=thirdparty%2Fcurl.git configure: sort AC_CHECK_FUNCS No functional changes. --- diff --git a/configure.ac b/configure.ac index 2fc9f2f017..a6f9066a13 100644 --- a/configure.ac +++ b/configure.ac @@ -3583,8 +3583,10 @@ AC_CHECK_DECLS([getpwuid_r], [], [AC_DEFINE(HAVE_DECL_GETPWUID_R_MISSING, 1, "Se #include ]]) -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"