diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
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 |