[MPlayer-cvslog] r23674 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Jun 27 12:08:21 CEST 2007
Author: diego
Date: Wed Jun 27 12:08:21 2007
New Revision: 23674
Log:
Remove check for localtime_r, the function is not used within MPlayer.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Jun 27 12:08:21 2007
@@ -3439,20 +3439,6 @@ else
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 @@ $_def_fseeko
int fseeko(FILE *, off_t, int);
#endif
-$_def_localtime_r
-
/* Define this if your system has vsscanf */
$_def_vsscanf
More information about the MPlayer-cvslog
mailing list