Include alloca.h unconditionally
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure.ac
index 8e5d74fb72b13d0fac633b20c47da28d75d7a616..3864ff469dfac32293c548ed49b8bbf7b2556bbc 100644 (file)
@@ -39,8 +39,6 @@ AC_ARG_PROGRAM
 
 AC_HEADER_STDC
 
-AC_FUNC_ALLOCA
-
 # Set the 'development' global.
 . $srcdir/../../bfd/development.sh
 
@@ -82,7 +80,7 @@ ACX_CONFIGURE_DIR(["../../libiberty"], ["build-libiberty-gdbserver"])
 
 AC_CHECK_HEADERS(sgtty.h termio.h termios.h sys/reg.h string.h dnl
                 proc_service.h sys/procfs.h linux/elf.h dnl
-                fcntl.h signal.h sys/file.h malloc.h dnl
+                fcntl.h signal.h sys/file.h dnl
                 sys/ioctl.h netinet/in.h sys/socket.h netdb.h dnl
                 netinet/tcp.h arpa/inet.h)
 AC_CHECK_FUNCS(pread pwrite pread64 readlink)
This page took 0.02598 seconds and 4 git commands to generate.