8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:03:03 +01:00

Fixed some typos.

This commit is contained in:
eku 2002-08-14 12:15:23 +00:00
parent 1f498e90f6
commit f9fd57edcc

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.26 2002-08-14 12:13:20 eku Exp $
# $Id: configure.in,v 1.27 2002-08-14 12:15:23 eku Exp $
AC_INIT(src)
AC_CONFIG_AUX_DIR(src/make.new/config)
@ -37,8 +37,8 @@ AC_SUBST(FIREBIRD_ARCH_TYPE)
AC_ARG_ENABLE(debug,
[ --enable-debug build debug version [default=no]],
[case "$enableval" in
no) PROD_BUILD_FLG=;;
yes) PROD_BUILD_FLG=Y;;
yes) PROD_BUILD_FLG=;;
no) PROD_BUILD_FLG=Y;;
*) AC_MSG_ERROR(bad value '${enableval}' for --enable-debug);;
esac])
@ -372,6 +372,7 @@ src/install/misc/firebird.xinetd \
echo
echo
echo The Firebird2 package has been configured with the following options:
echo
case $FIREBIRD_ARCH_TYPE in
super) echo "Architecture : SuperServer";;
@ -379,8 +380,8 @@ case $FIREBIRD_ARCH_TYPE in
esac
case $PROD_BUILD_FLG in
Y) echo " Debug : enabled";;
*) echo " Debug : disabled";;
Y) echo " Debug : disabled";;
*) echo " Debug : enabled";;
esac
echo