Don't build ncurses ADA bindings if an ADA x-compiler was not built.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jun 24 15:44:55 2008 +0000 (2008-06-24)
changeset 609dc9314e3d72d
parent 608 80c953375eca
child 610 254083a796a8
Don't build ncurses ADA bindings if an ADA x-compiler was not built.

/trunk/scripts/build/debug/300-gdb.sh | 1 1 0 0 +
1 file changed, 1 insertion(+)
scripts/build/debug/300-gdb.sh
     1.1 --- a/scripts/build/debug/300-gdb.sh	Tue Jun 24 13:16:21 2008 +0000
     1.2 +++ b/scripts/build/debug/300-gdb.sh	Tue Jun 24 15:44:55 2008 +0000
     1.3 @@ -98,6 +98,7 @@
     1.4  
     1.5          ncurses_opts=
     1.6          [ "${CT_CC_LANG_CXX}" = "y" ] || ncurses_opts="${ncurses_opts} --without-cxx --without-cxx-binding"
     1.7 +        [ "${CT_CC_LANG_ADA}" = "y" ] || ncurses_opts="${ncurses_opts} --without-ada"
     1.8  
     1.9          "${CT_SRC_DIR}/ncurses-${CT_NCURSES_VERSION}/configure" \
    1.10              --build=${CT_BUILD}                                 \