From 005fbe5677ab7dacd7edec6b38fee5a9b1def6b5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 10 May 2005 05:15:30 +0000 Subject: 2005-05-10 Ralf Corsepius * configure.ac: Let enable_rpcgen default to "no". --- c/src/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/configure.ac') 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) -- cgit v1.2.3