From f4a7dca7e755010144a141a688d3f7d0d8059bf7 Mon Sep 17 00:00:00 2001 From: Thomas Lord Date: Fri, 30 Sep 1994 00:36:58 +0000 Subject: [PATCH] optionally configure libgui (--enable-gdbgui) --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index 0045765..1b7fba1 100644 --- a/configure.in +++ b/configure.in @@ -26,6 +26,10 @@ # host_libs="mmalloc libiberty opcodes bfd readline glob gash tcl tk tclX" +if [ "${enable_gdbgui}" = "yes" ] ; then + host_libs="${host_libs} libgui" +fi + # these tools are built for the host environment # host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch -- 2.7.4