summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorFabio M. Di Nitto <fdinitto@redhat.com>2009-10-12 16:59:20 +0000
committerFabio M. Di Nitto <fdinitto@redhat.com>2009-10-12 16:59:20 +0000
commit89044bc0fe326c78e493a54a58da029f744b2811 (patch)
treee9b39f965b5aa9be0a4c874ffe1faa64cfd7a439 /configure.in
parentc503c83c78666646fba2dc0d410b91bf6236b90d (diff)
downloadlvm2-89044bc0fe326c78e493a54a58da029f744b2811.tar.gz
lvm2-89044bc0fe326c78e493a54a58da029f744b2811.tar.xz
lvm2-89044bc0fe326c78e493a54a58da029f744b2811.zip
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 1 insertions, 3 deletions
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)