mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Set default values for configureable options.
This commit is contained in:
parent
cdb08a0c69
commit
0b422e5928
@ -1,4 +1,4 @@
|
||||
# $Id: configure.in,v 1.28 2002-08-14 12:27:39 eku Exp $
|
||||
# $Id: configure.in,v 1.29 2002-08-14 13:10:00 eku Exp $
|
||||
|
||||
AC_INIT(src)
|
||||
AC_CONFIG_AUX_DIR(src/make.new/config)
|
||||
@ -15,7 +15,7 @@ AC_CONFIG_HEADER(src/include/gen/autoconfig.h:src/make.new/config/config.h.in)
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AC_PROG_AWK
|
||||
AC_PROG_CC
|
||||
#AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
AC_PROG_LEX
|
||||
AC_PROG_LN_S
|
||||
@ -24,6 +24,7 @@ AC_PROG_YACC
|
||||
|
||||
|
||||
# Some controllable options
|
||||
FIREBIRD_ARCH_TYPE=classic
|
||||
AC_ARG_ENABLE(superserver,
|
||||
[ --enable-superserver build SuperServer architecture [default=no]],
|
||||
[case "$enableval" in
|
||||
@ -34,6 +35,7 @@ AC_ARG_ENABLE(superserver,
|
||||
|
||||
AC_SUBST(FIREBIRD_ARCH_TYPE)
|
||||
|
||||
PROD_BUILD_FLG=
|
||||
AC_ARG_ENABLE(debug,
|
||||
[ --enable-debug build debug version [default=no]],
|
||||
[case "$enableval" in
|
||||
|
Loading…
Reference in New Issue
Block a user