From b8b4901eba7cde41f0d7776f63ffac3eadf7e001 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 29 May 2004 14:36:07 +0000 Subject: Add check for 'mkdtemp', since solaris doesn't have it. 2004-05-29 Christian Persch * configure.in: Add check for 'mkdtemp', since solaris doesn't have it. * lib/ephy-file-helpers.c: (ephy_file_tmp_dir): Error out if we don't have mkdtemp. --- configure.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 50ec6b32c..4f2730057 100644 --- a/configure.in +++ b/configure.in @@ -106,6 +106,13 @@ fi AM_GCONF_SOURCE_2 +dnl ****************** +dnl Portability checks +dnl ****************** + +AC_CHECK_FUNCS(mkdtemp) + +dnl ************************************************************************* dnl This is from Mozilla's configure.in. They set almost all the config stuff dnl they need in mozilla-config.h Except for this compiler flag, which can't dnl go in mozilla-config.h So we check the flag too and now we can include -- cgit