mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 09:08:27 +08:00
2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Check for sys/errno.h.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Check for sys/errno.h.
|
||||
|
||||
2005-09-16 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnetworking/Makefile.am: Cosmetics.
|
||||
|
||||
@@ -81,6 +81,11 @@ AC_CHECK_HEADER([stdint.h])
|
||||
AC_CHECK_HEADER([inttypes.h])
|
||||
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])])
|
||||
|
||||
## if using newlib, we provide stdint.h and inttypes.h
|
||||
AM_CONDITIONAL([RTEMS_PROVIDES_STDINT_H],
|
||||
[test x"${RTEMS_USE_NEWLIB}" = xyes \
|
||||
|
||||
Reference in New Issue
Block a user