No subject
Mon Nov 3 13:03:41 PST 2008
Modified: icecast/trunk/libshout/configure.ac
===================================================================
--- icecast/trunk/libshout/configure.ac 2009-01-28 21:20:17 UTC (rev 15633)
+++ icecast/trunk/libshout/configure.ac 2009-02-03 06:30:47 UTC (rev 15634)
@@ -75,7 +75,7 @@
dnl Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS([strings.h])
+AC_CHECK_HEADERS([strings.h sys/timeb.h])
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
@@ -83,6 +83,7 @@
XIPH_C99_INTTYPES
dnl Checks for library functions.
+AC_CHECK_FUNCS([gettimeofday ftime])
AC_SEARCH_LIBS([nanosleep], [rt],
[AC_DEFINE([HAVE_NANOSLEEP], [1],
[Define if you have the nanosleep function])])
More information about the commits
mailing list