2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>

* configure.ac: Check for sys/errno.h.
This commit is contained in:
Ralf Corsepius
2005-09-19 03:52:31 +00:00
parent 8627734f17
commit 5f7d9d0ec9
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -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.
+5
View File
@@ -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 \