aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure.in
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1998-06-26 18:22:48 +0000
committerMichael Meissner <gnu@the-meissners.org>1998-06-26 18:22:48 +0000
commit16a88df71e65facc4e67274e5df16e2d019f42e8 (patch)
tree0603dcb432fa7082384da6b776b95a123388817f /sim/ppc/configure.in
parent3be26805cc67ff981ffb85ad669c861b92b56fbc (diff)
downloadfsf-binutils-gdb-16a88df71e65facc4e67274e5df16e2d019f42e8.zip
fsf-binutils-gdb-16a88df71e65facc4e67274e5df16e2d019f42e8.tar.gz
fsf-binutils-gdb-16a88df71e65facc4e67274e5df16e2d019f42e8.tar.bz2
Do not try to include sys/mount.h anymore
Diffstat (limited to 'sim/ppc/configure.in')
-rw-r--r--sim/ppc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in
index 2b5509e..8e530b6 100644
--- a/sim/ppc/configure.in
+++ b/sim/ppc/configure.in
@@ -577,7 +577,7 @@ AC_TYPE_UID_T
AC_CHECK_FUNCS(access cfgetispeed cfgetospeed cfsetispeed cfsetospeed chdir chmod chown dup dup2 fchmod fchown fcntl fstat fstatfs getdirentries getegid geteuid getgid getpid getppid getrusage gettimeofday getuid ioctl kill link lseek lstat mkdir pipe readlink rmdir setreuid setregid stat sigprocmask stat symlink tcgetattr tcsetattr tcsendbreak tcdrain tcflush tcflow tcgetpgrp tcsetpgrp time umask unlink)
-AC_CHECK_HEADERS(fcntl.h stdlib.h string.h strings.h sys/ioctl.h sys/mount.h sys/param.h sys/resource.h sys/stat.h sys/termio.h sys/termios.h sys/time.h sys/times.h sys/types.h time.h unistd.h)
+AC_CHECK_HEADERS(fcntl.h stdlib.h string.h strings.h sys/ioctl.h sys/param.h sys/resource.h sys/stat.h sys/termio.h sys/termios.h sys/time.h sys/times.h sys/types.h time.h unistd.h)
AC_HEADER_DIRENT
dnl Figure out what type of termio/termios support there is