[telepathy-mission-control/master] configure.ac: check for umask and its headers

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Sep 7 08:55:26 PDT 2009


---
 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index e850461..bc8eb1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,8 @@ AC_PROG_LIBTOOL
 AM_PROG_MKDIR_P
 
 AC_HEADER_STDC
+AC_CHECK_HEADERS([sys/stat.h sys/types.h])
+AC_CHECK_FUNCS([umask])
 
 case "$PACKAGE_VERSION" in
   *+)
-- 
1.5.6.5




More information about the telepathy-commits mailing list