forked from Imagelibrary/rtems
2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for cstdlib, cstring.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Check for cstdlib, cstring.
|
||||
|
||||
2009-08-06 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* src/rtemsInterrupt.cc: Fixed the code to compile on targets with
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
##
|
||||
## $Id$
|
||||
|
||||
AC_PREREQ(2.60)
|
||||
AC_PREREQ(2.64)
|
||||
AC_INIT([rtems-c-src-librtems++],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla],[rtems-c-src-librtems++])
|
||||
AC_CONFIG_SRCDIR([include/rtems++])
|
||||
RTEMS_TOP(../../..)
|
||||
@@ -23,6 +23,11 @@ RTEMS_CANONICALIZE_TOOLS
|
||||
|
||||
AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
|
||||
|
||||
AC_LANG_PUSH(C++)
|
||||
AC_CHECK_HEADER([cstring],[],[AC_MSG_ERROR([Required header cstring not found])])
|
||||
AC_CHECK_HEADER([cstdlib],[],[AC_MSG_ERROR([Required header cstdlib not found])])
|
||||
AC_LANG_POP
|
||||
|
||||
RTEMS_PROJECT_ROOT
|
||||
RTEMS_AMPOLISH3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user