diff options
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 460be2f..2d913dc 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -865,29 +865,6 @@ fi dnl Handle optional features that can be enabled. -# Configure UI_OUT by default (before 5.2 it can be disabled) -# It must be configured if gdbmi is configured - -UIOUT_CFLAGS= -AC_SUBST(UIOUT_CFLAGS) - -AC_ARG_WITH(uiout, -[ --with-uiout Use new uiout functions instead of *printf's], -[case "${withval}" in - yes) want_uiout=true ;; - no) if test $enable_gdbmi = yes; then - AC_MSG_ERROR(uiout is needed for MI and cannot be disabled) - else - want_uiout=false - fi ;; - *) AC_MSG_ERROR(bad value ${withval} for GDB with-uiout option) ;; -esac], -[want_uiout=true])dnl - -if test $want_uiout = true; then - UIOUT_CFLAGS="-DUI_OUT=1" -fi - AC_ARG_ENABLE(netrom, [ --enable-netrom Enable NetROM support], [case "${enableval}" in |