2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>

* configure.ac: Let enable_rpcgen default to "no".
This commit is contained in:
Ralf Corsepius
2005-05-10 05:15:30 +00:00
parent bbe76aaf0f
commit 005fbe5677
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Let enable_rpcgen default to "no".
2005-05-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.

View File

@@ -26,7 +26,7 @@ AC_ARG_ENABLE(rpcgen,
yes) enable_rpcgen=yes ;;
no) enable_rpcgen=no ;;
*) enable_rpcgen=no ;;
esac],[enable_rpcgen=yes])
esac],[enable_rpcgen=no])
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)