Mercurial > mplayer.hg
changeset 23654:c80995bd18b9
Remove check for localtime_r, the function is not used within MPlayer.
author | diego |
---|---|
date | Wed, 27 Jun 2007 10:08:21 +0000 |
parents | b6bfa3298804 |
children | 00aa61cde84a |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Jun 26 20:07:14 2007 +0000 +++ b/configure Wed Jun 27 10:08:21 2007 +0000 @@ -3439,20 +3439,6 @@ fi echores "$_fseeko" -echocheck "localtime_r()" -cat > $TMPC << EOF -#include <time.h> -int main( void ) { localtime_r(NULL, NULL); } -EOF -_localtime_r=no -cc_check && _localtime_r=yes -if test "$_localtime_r" = yes ; then - _def_localtime_r='#define HAVE_LOCALTIME_R 1' -else - _def_localtime_r='#undef HAVE_LOCALTIME_R' -fi -echores "$_localtime_r" - echocheck "vsscanf()" cat > $TMPC << EOF #include <stdarg.h> @@ -7910,8 +7896,6 @@ int fseeko(FILE *, off_t, int); #endif -$_def_localtime_r - /* Define this if your system has vsscanf */ $_def_vsscanf