test/configure

changeset 141
76b93dbe3ea6
parent 138
479114bc3fac
child 142
ec5975c1b93e
equal deleted inserted replaced
140:f453503e09dc 141:76b93dbe3ea6
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= 576 TEMP_CFLAGS="$CFLAGS"
577 TEMP_CXXFLAGS= 577 TEMP_CXXFLAGS="$CXXFLAGS"
578 TEMP_LDFLAGS= 578 TEMP_LDFLAGS="$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