Changeset 158f2110 in rtems
- Timestamp:
- 05/18/98 16:35:00 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0b76723
- Parents:
- 185fab0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal.m4
r185fab0 r158f2110 244 244 [main(){return(0);}], 245 245 rtems_cv_prog_cxx_works, rtems_cv_prog_cxx_cross) 246 if test "$rtems_cv_prog_cxx_works" = "no"; then247 dnl now retry with our own version of malloc248 AC_TRY_COMPILER(249 [ main(){return(0);}],250 rtems_cv_prog_cxx_works, rtems_cv_prog_cxx_cross)251 fi252 246 AC_LANG_RESTORE 253 247 AC_MSG_RESULT($rtems_cv_prog_cxx_works)
Note: See TracChangeset
for help on using the changeset viewer.