mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Correction.
This commit is contained in:
parent
cb90881042
commit
6f4eab41e7
@ -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 ###############################
|
dnl ############################# INITIALISATION ###############################
|
||||||
|
|
||||||
@ -159,7 +159,7 @@ AC_ARG_ENABLE(debug,
|
|||||||
AC_SUBST(PROD_BUILD_FLG)
|
AC_SUBST(PROD_BUILD_FLG)
|
||||||
|
|
||||||
AC_ARG_ENABLE(raw-devices,
|
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
|
[case "$enableval" in
|
||||||
yes) RAW_DEVICES_FLG=Y;;
|
yes) RAW_DEVICES_FLG=Y;;
|
||||||
no) RAW_DEVICES_FLG=N;;
|
no) RAW_DEVICES_FLG=N;;
|
||||||
|
Loading…
Reference in New Issue
Block a user