From 6bcc772dec145e131137cf8cbc3786f3c4d96003 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 25 Jan 2010 13:22:02 +0000 Subject: * configure.ac: Only use host_os part when disabling TUI on osf. Use test to check variables, prefix strings with x. * configure: Regenerate. * solib-osf.c (osf_current_sos): Initialize tail. --- gdb/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdb/configure') diff --git a/gdb/configure b/gdb/configure index 4980106..d444b08 100755 --- a/gdb/configure +++ b/gdb/configure @@ -8518,11 +8518,11 @@ _ACEOF # broken on alpha-osf. case $host_os in - alpha*-*-osf* ) - if "$enable_tui" = "yes"; then + osf* ) + if test x"$enable_tui" = xyes; then as_fn_error "Building GDB with TUI mode is not supported on this host" "$LINENO" 5 fi - if "$enable_tui" = "auto"; then + if test x"$enable_tui" = xauto; then enable_tui=no fi ;; -- cgit v1.1