Changeset 2782e69 in rtems for c/src/lib/configure.in
- Timestamp:
- 10/26/99 12:39:24 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 65a60cd
- Parents:
- a94521c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/configure.in
ra94521c r2782e69 59 59 AC_SUBST(RTEMS_CPU_STARTdir) 60 60 61 if test "$RTEMS_CPU" != "unix"; then62 ## HACK: Suppress libchip for unix63 cfg_subdirs="$cfg_subdirs libchip"64 fi65 66 61 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") 67 AM_CONDITIONAL(HAS_LIBCHIP,test "$RTEMS_CPU" != "unix")68 62 69 63 AC_CONFIG_SUBDIRS($cfg_subdirs)
Note: See TracChangeset
for help on using the changeset viewer.