Revision 66d5499b configure

b/configure
127 127
libs_qga=""
128 128
debug_info="yes"
129 129

  
130
target_list=""
130
target_list="DEFAULT"
131 131

  
132 132
# Default value for a variable defining feature "foo".
133 133
#  * foo="no"  feature will only be used if --enable-foo arg is given
......
1317 1317
  exit 1
1318 1318
fi
1319 1319

  
1320
if test -z "$target_list" ; then
1321
    target_list="$default_target_list"
1322
else
1323
    target_list=`echo "$target_list" | sed -e 's/,/ /g'`
1324
fi
1325
if test -z "$target_list" ; then
1326
    echo "No targets enabled"
1327
    exit 1
1320
if test "$target_list" = "DEFAULT" ; then
1321
    target_list=`echo "$default_target_list" | sed -e 's/,/ /g'`
1328 1322
fi
1323

  
1329 1324
# see if system emulation was really requested
1330 1325
case " $target_list " in
1331 1326
  *"-softmmu "*) softmmu=yes

Also available in: Unified diff