From 6f4eab41e707dbf0da6faadcdef3642be4833924 Mon Sep 17 00:00:00 2001 From: skidder Date: Sun, 23 Nov 2003 16:37:40 +0000 Subject: [PATCH] Correction. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index a91093bf95..fedca4988f 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.187 2003-11-23 16:27:09 skidder Exp $ +dnl $Id: configure.in,v 1.188 2003-11-23 16:37:40 skidder Exp $ dnl ############################# INITIALISATION ############################### @@ -159,7 +159,7 @@ AC_ARG_ENABLE(debug, AC_SUBST(PROD_BUILD_FLG) AC_ARG_ENABLE(raw-devices, - [ --enable-raw-devices enable databases on raw devices (default=no)], + [ --enable-raw-devices enable databases on raw devices (default on POSIX)], [case "$enableval" in yes) RAW_DEVICES_FLG=Y;; no) RAW_DEVICES_FLG=N;;