Changeset 45269dc in rtems for c/src/lib/configure.in
- Timestamp:
- 10/11/99 15:34:26 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 87fad5c
- Parents:
- 8ab8646
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/configure.in
r8ab8646 r45269dc 44 44 AC_CONFIG_SUBDIRS(libbsp) 45 45 46 # If the TCP/IP stack is enabled, then find all TCP/IP Makefiles47 if test "$HAS_NETWORKING" = "yes"; then48 if test "$RTEMS_HAS_RDBG" = "yes"; then49 RTEMS_CHECK_RDBG(RTEMS_BSP)50 fi51 fi52 53 if test "$HAS_RDBG" = "yes"; then54 cfg_subdirs="$cfg_subdirs librdbg"55 fi56 57 # If the HWAPI is enabled, the find the HWAPI Makefiles58 46 RTEMS_ENABLE_HWAPI 59 47 if test "$RTEMS_HAS_HWAPI" = "yes"; then … … 78 66 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") 79 67 AM_CONDITIONAL(HAS_LIBCHIP,test "$RTEMS_CPU" != "unix") 80 AM_CONDITIONAL(HAS_RDBG,test "$HAS_RDBG" = "yes")81 68 82 69 AC_CONFIG_SUBDIRS(libmisc) … … 94 81 include/motorola/Makefile 95 82 include/zilog/Makefile 96 include/rdbg/Makefile97 include/rdbg/i386/Makefile98 include/rdbg/powerpc/Makefile99 83 libc/Makefile 100 84 start/Makefile)
Note: See TracChangeset
for help on using the changeset viewer.