The time checks will need to know if pthread exists in
a future commit.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@844
64e312b2-a51f-0410-8e61-
82d0ca0eb02a
AC_MSG_WARN(tex not installed: cannot rebuild HTML documentation.)
fi
+# Checks for pthread implementation.
+ACX_PTHREAD
+CC="$PTHREAD_CC"
+
# Check if floor is in the math library, and if so add -lm to LIBS
AC_CHECK_LIB([m], [floor])
HW_FUNC_VASPRINTF
HW_FUNC_ASPRINTF
-# Checks for pthread implementation.
-ACX_PTHREAD
-CC="$PTHREAD_CC"
-
# Check for whether we can install checkmk (we have a usable awk)
AC_ARG_VAR([AWK_PATH],[Awk interpreter command])
AC_PATH_PROG(AWK_PATH, $AWK, [*NO AWK*])