Changeset cc63e08 in rtems for c/src/lib/configure.in
- Timestamp:
- 10/04/99 18:40:53 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0efa9f0
- Parents:
- 5a83ba2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/configure.in
r5a83ba2 rcc63e08 46 46 # If the TCP/IP stack is enabled, then find all TCP/IP Makefiles 47 47 if test "$HAS_NETWORKING" = "yes"; then 48 cfg_subdirs="$cfg_subdirs libnetworking"49 50 48 if test "$RTEMS_HAS_RDBG" = "yes"; then 51 49 RTEMS_CHECK_RDBG(RTEMS_BSP) 52 50 fi 53 51 fi 54 55 52 56 53 if test "$HAS_RDBG" = "yes"; then
Note: See TracChangeset
for help on using the changeset viewer.