test/configure

changeset 143
90fcec3ae37e
parent 142
ec5975c1b93e
child 144
b001b56522fa
equal deleted inserted replaced
142:ec5975c1b93e 143:90fcec3ae37e
571 # 571 #
572 572
573 echo >> "$TEMP_DIR/flags.mk" 573 echo >> "$TEMP_DIR/flags.mk"
574 echo "configuring global target" 574 echo "configuring global target"
575 echo "# flags for unnamed target" >> "$TEMP_DIR/flags.mk" 575 echo "# flags for unnamed target" >> "$TEMP_DIR/flags.mk"
576 TEMP_CFLAGS="$CFLAGS" 576 TEMP_CFLAGS=
577 TEMP_CXXFLAGS="$CXXFLAGS" 577 TEMP_CXXFLAGS=
578 TEMP_LDFLAGS="$LDFLAGS" 578 TEMP_LDFLAGS=
579 579
580 if dependency_error_libxml2; then 580 if dependency_error_libxml2; then
581 DEPENDENCIES_FAILED="$DEPENDENCIES_FAILED libxml2 " 581 DEPENDENCIES_FAILED="$DEPENDENCIES_FAILED libxml2 "
582 ERROR=1 582 ERROR=1
583 fi 583 fi

mercurial