summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 05:15:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 05:15:30 +0000
commit005fbe5677ab7dacd7edec6b38fee5a9b1def6b5 (patch)
tree7bcc31f79050462123ee6973d1c47d731e99ee3f /c/src/configure.ac
parentEliminate u64, s64, u32. (diff)
downloadrtems-005fbe5677ab7dacd7edec6b38fee5a9b1def6b5.tar.bz2
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Let enable_rpcgen default to "no".
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index d8d9fec025..41813f6f0a 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -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)