patch-configure 801 B

1234567891011121314151617181920212223242526
  1. --- gnutls-3.0.15.orig/configure 2012-03-01 23:44:22.000000000 +0100
  2. +++ gnutls-3.0.15/configure 2012-03-03 18:16:45.000000000 +0100
  3. @@ -29481,23 +29481,6 @@ rm -f core *.core core.conftest.* gmon.o
  4. fi
  5. fi
  6. -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_clobber" >&5
  7. -$as_echo "$gl_cv_func_gettimeofday_clobber" >&6; }
  8. -
  9. - if test $gl_cv_func_gettimeofday_clobber = yes; then
  10. - REPLACE_GETTIMEOFDAY=1
  11. -
  12. -
  13. -$as_echo "#define gmtime rpl_gmtime" >>confdefs.h
  14. -
  15. -
  16. -$as_echo "#define localtime rpl_localtime" >>confdefs.h
  17. -
  18. -
  19. -
  20. -$as_echo "#define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1" >>confdefs.h
  21. -
  22. - fi
  23. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettimeofday with POSIX signature" >&5
  24. $as_echo_n "checking for gettimeofday with POSIX signature... " >&6; }