diff options
author | Nick Clifton <nickc@redhat.com> | 2004-06-29 10:27:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2004-06-29 10:27:15 +0000 |
commit | 962fe3950f5130476f665b08be7db6b5552e8a3b (patch) | |
tree | ade8f71b26a155ec6b40dfd13caa42877aa9cb20 /libmudflap/configure.ac | |
parent | 313329e13b280e3edc77f4efe308419c24e1913d (diff) | |
download | gcc-962fe3950f5130476f665b08be7db6b5552e8a3b.zip gcc-962fe3950f5130476f665b08be7db6b5552e8a3b.tar.gz gcc-962fe3950f5130476f665b08be7db6b5552e8a3b.tar.bz2 |
configure.ac (AC_CHECK_HEADERS): Add dirent.h configure: Regenerate.
configure.ac (AC_CHECK_HEADERS): Add dirent.h
configure: Regenerate.
mf-hooks2.c: Surround uses of dirent.h with #ifdef HAVE_DIRENT_H.
Remove spurious inclusion of <strings.h>.
From-SVN: r83850
Diffstat (limited to 'libmudflap/configure.ac')
-rw-r--r-- | libmudflap/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmudflap/configure.ac b/libmudflap/configure.ac index 3e33db6..ab294cd 100644 --- a/libmudflap/configure.ac +++ b/libmudflap/configure.ac @@ -63,7 +63,7 @@ AC_TRY_COMPILE([ [AC_MSG_RESULT(no) enable_shared=no]) -AC_CHECK_HEADERS(stdint.h execinfo.h signal.h dlfcn.h \ +AC_CHECK_HEADERS(stdint.h execinfo.h signal.h dlfcn.h dirent.h \ netdb.h sys/ipc.h sys/sem.h sys/shm.h sys/wait.h sys/socket.h ctype.h) AC_CHECK_FUNCS(backtrace backtrace_symbols gettimeofday signal) |