summaryrefslogtreecommitdiffstats
path: root/libmudflap/configure.ac
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-29 10:27:15 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-29 10:27:15 +0000
commit685e82eedcf00861523dec8b86a6230432fc23ae (patch)
treeade8f71b26a155ec6b40dfd13caa42877aa9cb20 /libmudflap/configure.ac
parent2c712008ca5c69048c649e541fd41e44b21d94f3 (diff)
downloadppe42-gcc-685e82eedcf00861523dec8b86a6230432fc23ae.tar.gz
ppe42-gcc-685e82eedcf00861523dec8b86a6230432fc23ae.zip
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>. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83850 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/configure.ac')
-rw-r--r--libmudflap/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmudflap/configure.ac b/libmudflap/configure.ac
index 3e33db64dcc..ab294cd63bf 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)
OpenPOWER on IntegriCloud