summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2006-10-12 18:17:09 +0000
committerAlasdair Kergon <agk@redhat.com>2006-10-12 18:17:09 +0000
commitb356b2e501738dfd579e6ab8870a52ffe31d6f4a (patch)
tree3b7ba650620714450b06a3fe181fae72cbef0746
parent1d2733c893a1c0b00eeca5a9427e4cba511b81d5 (diff)
downloadlvm2-b356b2e501738dfd579e6ab8870a52ffe31d6f4a.tar.gz
fix realtime msg alignmentv2_02_11old-v2_02_11
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index eddb323d2..982090dcb 100755
--- a/configure
+++ b/configure
@@ -853,7 +853,7 @@ Optional Features:
statically. Default is dynamic linking
--enable-readline Enable readline support
--disable-selinux Disable selinux support
- --disable-realtime Disable realtime clock support
+ --disable-realtime Disable realtime clock support
--enable-debug Enable debugging
--disable-devmapper Disable device-mapper interaction
--disable-o_direct Disable O_DIRECT
diff --git a/configure.in b/configure.in
index 4bb957686..74aa2a9a0 100644
--- a/configure.in
+++ b/configure.in
@@ -287,7 +287,7 @@ AC_MSG_RESULT($SELINUX)
################################################################################
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, [ --disable-realtime Disable realtime clock support],
REALTIME=$enableval)
AC_MSG_RESULT($REALTIME)