From 89044bc0fe326c78e493a54a58da029f744b2811 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Mon, 12 Oct 2009 16:59:20 +0000 Subject: Disable realtime support by default. This code is used only in a under development feature and it's not used anywhere in the tree. Allow to build it conditionally. --- configure.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index b4e7f28b..fb99c9f5 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,6 @@ case "$host_os" in ODIRECT=yes DM_IOCTLS=yes SELINUX=yes - REALTIME=yes CLUSTER=internal FSADM=yes ;; @@ -55,7 +54,6 @@ case "$host_os" in ODIRECT=no DM_IOCTLS=no SELINUX=no - REALTIME=no CLUSTER=none FSADM=no ;; @@ -318,7 +316,7 @@ AC_MSG_RESULT($READLINE) ################################################################################ dnl -- Disable realtime clock support AC_MSG_CHECKING(whether to enable realtime support) -AC_ARG_ENABLE(realtime, [ --disable-realtime Disable realtime clock support], +AC_ARG_ENABLE(realtime, [ --enable-realtime Enable realtime clock support], REALTIME=$enableval) AC_MSG_RESULT($REALTIME) -- cgit