From: <so...@us...> - 2004-03-12 16:21:45
|
Update of /cvsroot/agd/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18543 Modified Files: configure.ac Log Message: Added checks for machine/types.h Index: configure.ac =================================================================== RCS file: /cvsroot/agd/server/configure.ac,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** configure.ac 12 Mar 2004 08:32:10 -0000 1.1 --- configure.ac 12 Mar 2004 16:02:05 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- AC_HEADER_DIRENT AC_CHECK_HEADERS([arpa/inet.h fcntl.h netinet/in.h stddef.h sys/socket.h sys/time.h unistd.h]) + # This is where u_int32_t is on MacOSX - needs to be included before dirent.h. + AC_CHECK_HEADERS([machine/types.h]) # Checks for typedefs, structures, and compiler characteristics. |