Revision a7350fa1 configure

b/configure
283 283
ar="${cross_prefix}${ar}"
284 284
strip="${cross_prefix}${strip}"
285 285

  
286
if [ -z `which $cc` ] ; then
287
    echo "Compiler $cc could not be found"
288
    exit
289
fi
290

  
286 291
if test "$mingw32" = "yes" ; then
287 292
    linux="no"
288 293
    EXESUF=".exe"

Also available in: Unified diff