From 6ffa87d3254dd8bdc31b50b378e1cf59c5dc13e5 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Wed, 11 Jul 2007 13:57:22 +0000 Subject: Proper check for mkstemp(). Originally committed as revision 9596 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 50be51d..fd887b4 100755 --- a/configure +++ b/configure @@ -673,6 +673,7 @@ HAVE_LIST=" machine_ioctl_meteor_h malloc_h memalign + mkstemp mlib ppc64 sdl @@ -1507,6 +1508,8 @@ fi check_header byteswap.h +check_func mkstemp + check_header arpa/inet.h check_func inet_aton -- cgit v1.1