test/configure

changeset 130
424a0fb2c64f
parent 128
22f7262475e7
equal deleted inserted replaced
129:b38ea78d842c 130:424a0fb2c64f
453 echo > "$TEMP_DIR/flags.mk" 453 echo > "$TEMP_DIR/flags.mk"
454 454
455 DEPENDENCIES_FAILED= 455 DEPENDENCIES_FAILED=
456 ERROR=0 456 ERROR=0
457 # unnamed dependencies 457 # unnamed dependencies
458 TEMP_CFLAGS= 458 TEMP_CFLAGS="$CFLAGS"
459 TEMP_CXXFLAGS= 459 TEMP_CXXFLAGS="$CXXFLAGS"
460 TEMP_LDFLAGS= 460 TEMP_LDFLAGS="$LDFLAGS"
461 while true 461 while true
462 do 462 do
463 while true 463 while true
464 do 464 do
465 if [ -z "$lang_c" ] ; then 465 if [ -z "$lang_c" ] ; then

mercurial