blob: f8ab00da39c771d49ffd1dc7f24414a4c2562de9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#MIN_CONFIG
dnl These are common macros that you might or might not want to use
dnl Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
AC_HEADER_TIME
AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h stdlib.h paths.h)
AC_CHECK_FUNCS(usleep)
if test "x$build_arts" = "xno"; then
DO_NOT_COMPILE="$DO_NOT_COMPILE noatun"
fi
|