diff options
Diffstat (limited to 'sim/iq2000/configure')
-rwxr-xr-x | sim/iq2000/configure | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sim/iq2000/configure b/sim/iq2000/configure index cbf6674..49c0f3a 100755 --- a/sim/iq2000/configure +++ b/sim/iq2000/configure @@ -13438,12 +13438,6 @@ fi -if test x"no" != x"no"; then - enable_sim_hardware=yes -else - enable_sim_hardware=no -fi - if test """"; then hardware="""" else @@ -13458,6 +13452,8 @@ sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\ # Check whether --enable-sim-hardware was given. if test "${enable_sim_hardware+set}" = set; then : enableval=$enable_sim_hardware; +else + enable_sim_hardware="no" fi case ${enable_sim_hardware} in |