| commit | b226bd679a68b8bf94cbb6d58837f00251560e63 | [log] [tgz] |
|---|---|---|
| author | Natanael Copa <ncopa@alpinelinux.org> | Mon Sep 25 13:03:26 2023 +0200 |
| committer | Daniel Stenberg <daniel@haxx.se> | Mon Sep 25 20:03:09 2023 +0200 |
| tree | 193453fb12f2a709b394ceb31fdd7705b22e065d | |
| parent | 358f7e757781857c4b498a68634726609fa3884a [diff] |
configure: sort AC_CHECK_FUNCS No functional changes.
diff --git a/configure.ac b/configure.ac index 2fc9f2f..a6f9066 100644 --- a/configure.ac +++ b/configure.ac
@@ -3583,8 +3583,10 @@ #include <sys/types.h>]]) -AC_CHECK_FUNCS([fnmatch \ +AC_CHECK_FUNCS([\ + arc4random \ fchmod \ + fnmatch \ fork \ geteuid \ getpass_r \ @@ -3604,7 +3606,6 @@ snprintf \ utime \ utimes \ - arc4random ],[ ],[ func="$ac_func"