1234567891011121314151617181920212223242526 |
- --- gnutls-3.0.15.orig/configure 2012-03-01 23:44:22.000000000 +0100
- +++ gnutls-3.0.15/configure 2012-03-03 18:16:45.000000000 +0100
- @@ -29481,23 +29481,6 @@ rm -f core *.core core.conftest.* gmon.o
- fi
-
- fi
- -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_clobber" >&5
- -$as_echo "$gl_cv_func_gettimeofday_clobber" >&6; }
- -
- - if test $gl_cv_func_gettimeofday_clobber = yes; then
- - REPLACE_GETTIMEOFDAY=1
- -
- -
- -$as_echo "#define gmtime rpl_gmtime" >>confdefs.h
- -
- -
- -$as_echo "#define localtime rpl_localtime" >>confdefs.h
- -
- -
- -
- -$as_echo "#define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1" >>confdefs.h
- -
- - fi
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettimeofday with POSIX signature" >&5
- $as_echo_n "checking for gettimeofday with POSIX signature... " >&6; }
|