mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-26 20:40:44 +08:00
2008-12-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require <errno.h>. Cleanup comments. Remove check for <sys/errno.h>.
This commit is contained in:
@@ -68,11 +68,6 @@ AC_CHECK_FUNCS([ttyname getcwd])
|
||||
## Check if the installed toolchain has these headers
|
||||
AC_CHECK_HEADER([tar.h])
|
||||
|
||||
## BSD-ism, should not be used in RTEMS,
|
||||
## nevertheless it still is.
|
||||
AC_CHECK_HEADER([sys/errno.h],[],
|
||||
[AC_MSG_ERROR([Missing required header sys/errno.h])])
|
||||
|
||||
## error out if libc doesn't provide stdint.h
|
||||
AS_IF([test x"${ac_cv_header_stdint_h}" != xyes],
|
||||
[AC_MSG_ERROR([Required header stdint.h not found])])
|
||||
|
||||
Reference in New Issue
Block a user