We can make use of it over mkstemp + fcntl in the egl/wayland code. Cc: Axel Davy <axel.d...@ens.fr> Suggested-by: Matt Turner <matts...@gmail.com> Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com> ---
v2: define HAVE_MKOSTEMP in order to use mkostemp rather than nuking it. configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e6efa01..174f9c3 100644 --- a/configure.ac +++ b/configure.ac @@ -652,6 +652,7 @@ fi AC_CHECK_HEADER([xlocale.h], [DEFINES="$DEFINES -DHAVE_XLOCALE_H"]) AC_CHECK_HEADER([sys/sysctl.h], [DEFINES="$DEFINES -DHAVE_SYS_SYSCTL_H"]) AC_CHECK_FUNC([strtof], [DEFINES="$DEFINES -DHAVE_STRTOF"]) +AC_CHECK_FUNC([mkostemp], [DEFINES="$DEFINES -DHAVE_MKOSTEMP"]) dnl Check to see if dlopen is in default libraries (like Solaris, which dnl has it in libc), or if libdl is needed to get it. -- 2.4.5 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev