mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 09:59:50 +08:00
2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Use ac_cv_header_complex_h.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Use ac_cv_header_complex_h.
|
||||
|
||||
2010-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* math/Makefile.am, math/init.c: Init task has to be floating point and
|
||||
|
||||
@@ -36,7 +36,7 @@ AC_CHECK_HEADERS([complex.h])
|
||||
AM_CONDITIONAL(TARTESTS,test "$as_ln_s" = "ln -s" && test -n "$PAX")
|
||||
|
||||
AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
|
||||
AM_CONDITIONAL([HAS_COMPLEX],[test "$ac_cv_header_COMPLEX_H" = yes])
|
||||
AM_CONDITIONAL([HAS_COMPLEX],[test "$ac_cv_header_complex_h" = yes])
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
|
||||
Reference in New Issue
Block a user