Diff for /embedtools/configure.in between versions 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2011/06/08 09:08:43 version 1.1.2.2, 2011/06/08 09:18:44
Line 26  AC_CHECK_LIB([util], [openpty]) Line 26  AC_CHECK_LIB([util], [openpty])
   
 # Checks for header files.  # Checks for header files.
 AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h netdb.h netinet/in.h paths.h stdlib.h string.h sys/ioctl.h sys/mount.h sys/param.h sys/socket.h sys/time.h syslog.h unistd.h utmp.h utmpx.h])  AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h netdb.h netinet/in.h paths.h stdlib.h string.h sys/ioctl.h sys/mount.h sys/param.h sys/socket.h sys/time.h syslog.h unistd.h utmp.h utmpx.h])
   AC_CHECK_HEADERS([libutil.h])
   
 # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
 AC_C_INLINE  AC_C_INLINE

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>