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

Making icu debug build of icu when building debug FB

This commit is contained in:
kkuznetsov 2005-08-09 06:51:25 +00:00
parent b88efcd7af
commit 3c12c30fc5

View File

@ -985,15 +985,22 @@ Makefile:Makefile.in
gen/Makefile.extern.editline:${MAKE_SRC_DIR}/Makefile.in.extern.editline
gen/Makefile.extern.icu:${MAKE_SRC_DIR}/Makefile.in.extern.icu
)
AC_OUTPUT
if test "$PROD_BUILD_FLG" = N; then
DEBUG_ICU=--enable-debug
fi
AC_OUTPUT
(cd extern/icu/source
chmod +x runConfigureICU configure install-sh
./runConfigureICU "$ICU_PLATFORM" --prefix=`pwd`/..)
./runConfigureICU "$ICU_PLATFORM" "$DEBUG_ICU" --prefix=`pwd`/..)
dnl Print out the build configuration (the most interesting thing)
echo
echo
echo
echo The Firebird2 package has been configured with the following options:
echo