summaryrefslogtreecommitdiff
path: root/t/discover.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/discover.sh')
-rw-r--r--t/discover.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/discover.sh b/t/discover.sh
index f841c5ba3..5d564b5d9 100644
--- a/t/discover.sh
+++ b/t/discover.sh
@@ -19,9 +19,9 @@
. test-init.sh
cat >> configure.ac << 'END'
+AC_PROG_CC
AC_PROG_RANLIB
AM_PROG_AR
-AC_PROG_CC
AC_LIBOBJ([fsusage])
AC_OUTPUT
END