patch-configure_ac 1.0 KB

123456789101112131415161718192021
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- dhcpv6-1.2.0.orig/configure.ac 2009-04-03 04:33:56.000000000 +0200
  3. +++ dhcpv6-1.2.0/configure.ac 2009-05-28 23:10:31.256646671 +0200
  4. @@ -45,7 +45,7 @@ AC_CHECK_HEADERS([sys/types.h sys/socket
  5. # Check for headers we must have on the system
  6. AC_CHECK_HEADERS([arpa/inet.h err.h errno.h getopt.h fcntl.h ifaddrs.h \
  7. libgen.h net/if.h net/if_arp.h netdb.h netinet/in.h \
  8. - sys/ioctl.h sys/timeb.h syslog.h],
  9. + sys/ioctl.h syslog.h],
  10. [],
  11. [AC_MSG_FAILURE([*** Header file $ac_header not found.])],
  12. [[#ifdef HAVE_SYS_TYPES_H
  13. @@ -97,7 +97,7 @@ AC_FUNC_REALLOC
  14. AC_FUNC_SELECT_ARGTYPES
  15. AC_TYPE_SIGNAL
  16. AC_FUNC_STAT
  17. -AC_CHECK_FUNCS([bzero ftime gettimeofday memset select socket strchr strdup \
  18. +AC_CHECK_FUNCS([gettimeofday memset select socket strchr strdup \
  19. strerror strrchr strstr strtol strtoul],
  20. [],
  21. [AC_MSG_FAILURE([*** Required function $ac_func not found.])])