From 45c10110202a8ed1c43f32f744dbb9f470163767 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Mon, 25 Jun 2007 16:18:28 +0000 Subject: Remove localtime_r implementation for systems that don't have it. It is no longer used. Originally committed as revision 9425 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 0ecacceadb..29a3938caf 100755 --- a/configure +++ b/configure @@ -668,7 +668,6 @@ HAVE_LIST=" freetype2 imlib2 inet_aton - localtime_r lrintf machine_ioctl_bt848_h machine_ioctl_meteor_h @@ -1531,7 +1530,6 @@ check_header byteswap.h check_header arpa/inet.h check_func inet_aton -check_func localtime_r enabled zlib && check_lib zlib.h zlibVersion -lz || zlib="no" # ffserver uses poll(), -- cgit v1.2.3