diff options
Diffstat (limited to 'sim/ppc/configure.in')
-rw-r--r-- | sim/ppc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in index acdb679..9bf61e2 100644 --- a/sim/ppc/configure.in +++ b/sim/ppc/configure.in @@ -73,7 +73,7 @@ AC_ARG_ENABLE(sim-switch, esac if test x"$silent" != x"yes" && test x"$sim_switch" != x""; then echo "Setting switch flags = $sim_switch" 6>&1 -fi],[sim_switch="-s"; +fi],[sim_switch=""; if test x"$silent" != x"yes"; then echo "Setting switch flags = $sim_switch" 6>&1 fi])dnl |