File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2049,5 +2049,6 @@ echo " CPPFLAGS = $DEBUG_CPPFLAGS $HARDENED_CPPFLAGS $CORE_CPPFLAGS $CPP
2049
2049
echo " CXX = $CXX"
2050
2050
echo " CXXFLAGS = $LTO_CXXFLAGS $DEBUG_CXXFLAGS $HARDENED_CXXFLAGS $WARN_CXXFLAGS $NOWARN_CXXFLAGS $ERROR_CXXFLAGS $GPROF_CXXFLAGS $CORE_CXXFLAGS $CXXFLAGS"
2051
2051
echo " LDFLAGS = $LTO_LDFLAGS $PTHREAD_LIBS $HARDENED_LDFLAGS $GPROF_LDFLAGS $CORE_LDFLAGS $LDFLAGS"
2052
+ echo " AR = $AR"
2052
2053
echo " ARFLAGS = $ARFLAGS"
2053
2054
echo
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ PYTHONPATH="${depends_prefix}/native/lib/python3/dist-packages${PYTHONPATH:+${PA
105
105
106
106
if test -n "@AR@"; then
107
107
AR="@AR@"
108
- ac_cv_path_ac_pt_AR ="${AR}"
108
+ ac_cv_path_AR ="${AR}"
109
109
fi
110
110
111
111
if test -n "@RANLIB@"; then
126
126
if test "@host_os@" = darwin; then
127
127
if test -n "@OTOOL@"; then
128
128
OTOOL="@OTOOL@"
129
- ac_cv_path_ac_pt_OTOOL ="${OTOOL}"
129
+ ac_cv_path_OTOOL ="${OTOOL}"
130
130
fi
131
131
132
132
if test -n "@INSTALL_NAME_TOOL@"; then
133
133
INSTALL_NAME_TOOL="@INSTALL_NAME_TOOL@"
134
- ac_cv_path_ac_pt_INSTALL_NAME_TOOL ="${INSTALL_NAME_TOOL}"
134
+ ac_cv_path_INSTALL_NAME_TOOL ="${INSTALL_NAME_TOOL}"
135
135
fi
136
136
137
137
if test -n "@DSYMUTIL@"; then
138
138
DSYMUTIL="@DSYMUTIL@"
139
- ac_cv_path_ac_pt_DSYMUTIL ="${DSYMUTIL}"
139
+ ac_cv_path_DSYMUTIL ="${DSYMUTIL}"
140
140
fi
141
141
fi
142
142
You can’t perform that action at this time.
0 commit comments