X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=configure;h=91dc42f6c79021d80b9e78af74b8b7c1edebc420;hb=44e4546fa278122fb1ad708cf8d4835a5af0a11c;hp=e02123c36f488d3cda075f335563506d2dd2fb14;hpb=301a9420d947da145884261ac31a7a52438c2894;p=deliverable%2Fbinutils-gdb.git diff --git a/configure b/configure index e02123c36f..91dc42f6c7 100755 --- a/configure +++ b/configure @@ -7341,12 +7341,12 @@ esac CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g` INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g` -# gdb depends on gnulib, but as nothing else does, only include it if -# gdb is built. +# gdb depends on gnulib and gdbsupport, but as nothing else does, only +# include them if gdb is built. if echo " ${configdirs} " | grep " gdb " > /dev/null 2>&1 ; then - # The Makefile provides the ordering, so it's enough here to add - # gnulib to the list. - configdirs="${configdirs} gnulib" + # The Makefile provides the ordering, so it's enough here to add to + # the list. + configdirs="${configdirs} gnulib gdbsupport" fi # Strip out unwanted targets.