diff -U 4 -r config.h.in config.h.in --- config.h.in 2012-04-08 19:25:26.000000000 +0200 +++ config.h.in 2012-06-18 03:03:57.000000000 +0200 @@ -63,8 +63,14 @@ /* Define if you have the popen function. */ #undef HAVE_POPEN +/* Define if you have the mkstemps function. */ +#undef HAVE_MKSTEMPS + +/* Define if you have the mkstemp function. */ +#undef HAVE_MKSTEMP + /* Define if you have the bcopy function. */ #undef HAVE_BCOPY /* Define if you have the bzero function. */ diff -U 4 -r swftools-0.9.2_orig//configure swftools-0.9.2//configure --- configure 2012-04-08 19:25:35.000000000 +0200 +++ configure 2012-06-18 03:03:57.000000000 +0200 @@ -5606,9 +5606,9 @@ _ACEOF fi #needed for jpeglib - for ac_func in popen wcschr wcsdup mkstemp stat mmap lrand48 rand srand48 srand bcopy bzero time getrusage mallinfo open64 calloc + for ac_func in popen wcschr wcsdup mkstemp mkstemps stat mmap lrand48 rand srand48 srand bcopy bzero time getrusage mallinfo open64 calloc do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" eval as_val=\$$as_ac_var