aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index b81d8727..4830b718 100644
--- a/configure.in
+++ b/configure.in
@@ -75,13 +75,13 @@ AC_TYPE_SIZE_T
AC_STRUCT_TM
AC_CHECK_TYPE(intmax_t, int64_t)
+dnl For mingw
+AC_SEARCH_LIBS(getopt, iberty)
+
AC_CHECK_FUNCS(strtoimax strtoll)
AC_CHECK_FUNCS(mergesort)
AC_CHECK_FUNCS(mkstemps)
-dnl For mingw
-AC_SEARCH_LIBS(getopt, iberty)
-
AM_CONFIG_HEADER(config.h)
AC_OUTPUT( \