OpenWrt – Diff between revs 2 and 3
?pathlinks?
Rev 2 | Rev 3 | |||
---|---|---|---|---|
Line 1... | Line 1... | |||
1 | --- a/gdb/gdbserver/configure |
1 | --- a/gdb/gdbserver/configure |
|
2 | +++ b/gdb/gdbserver/configure |
2 | +++ b/gdb/gdbserver/configure |
|
3 | @@ -2508,7 +2508,7 @@ $as_echo "$as_me: error: \`$ac_var' was |
3 | @@ -2469,7 +2469,7 @@ $as_echo "$as_me: error: \`$ac_var' was |
|
4 | ac_cache_corrupted=: ;; |
4 | ac_cache_corrupted=: ;; |
|
5 | ,);; |
5 | ,);; |
|
6 | *) |
6 | *) |
|
7 | - if test "x$ac_old_val" != "x$ac_new_val"; then |
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 |
8 | + if test "`echo x$ac_old_val`" != "`echo x$ac_new_val`"; then |