From de1052456350151233f6a55e078531a32cea5e05 Mon Sep 17 00:00:00 2001 From: Prabhanjan Kambadur Date: Thu, 21 Oct 2004 15:56:12 +0000 Subject: [PATCH] adding sys/stat to the list of header files to be checked for This commit was SVN r3265. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 299f9d8dce..d473f3bf48 100644 --- a/configure.ac +++ b/configure.ac @@ -454,7 +454,7 @@ ompi_show_title "Header file tests" AC_CHECK_HEADERS([alloca.h aio.h arpa/inet.h dirent.h dlfcn.h \ inttypes.h libgen.h net/if.h netdb.h netinet/in.h netinet/tcp.h \ - poll.h pthread.h pwd.h sched.h stdint.h strings.h stropts.h \ + sys/stat.h poll.h pthread.h pwd.h sched.h stdint.h strings.h stropts.h \ sys/types.h sys/ipc.h sys/mman.h sys/resource.h sys/select.h sys/socket.h \ sys/ioctl.h err.h sys/statvfs.h sys/time.h sys/uio.h sys/utsname.h sys/wait.h \ syslog.h termios.h ulimit.h unistd.h sys/param.h sys/tree.h sys/queue.h])