summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
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)