Commit 3945693ebe9919715bc3c6c139bac35e4f989a93

Guillem Jover 2017-06-09T04:52:45

build: Move AC_TYPE_UID_T close to the other AC_TYPE_* checks

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/configure.ac b/configure.ac
index e2686db..0aa2d83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,13 +62,13 @@ AS_CASE([$host_os],
 AC_CHECK_HEADERS([sys/ndir.h sys/dir.h ndir.h dirent.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
-AC_TYPE_UID_T
 AC_C_INLINE
 AC_C_TYPEOF
 AC_TYPE_INT64_T
 AC_TYPE_MODE_T
 AC_TYPE_OFF_T
 AC_TYPE_PID_T
+AC_TYPE_UID_T
 AC_TYPE_SIZE_T
 AC_TYPE_SSIZE_T