1 --- a/gdb/gdbserver/configure
2 +++ b/gdb/gdbserver/configure
4 ac_cache_corrupted=: ;;
7 - if test "x$ac_old_val" != "x$ac_new_val"; then
8 + if test "`echo x$ac_old_val`" != "`echo x$ac_new_val`"; then
9 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
10 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
11 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
17 ac_unique_file="main.c"
18 -ac_subdirs_all="$ac_subdirs_all doc testsuite"
19 +ac_subdirs_all="$ac_subdirs_all doc"
20 # Factoring default headers for most tests.
21 ac_includes_default="\
27 -subdirs="$subdirs doc testsuite"
28 +subdirs="$subdirs doc"
31 # Provide defaults for some variables set by the per-host and per-target