Skip to content

Commit 3951bf8

Browse files
committed
Remove logging call to which on autoreconf
1 parent f131f82 commit 3951bf8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build-script-impl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,6 @@ for host in "${ALL_HOSTS[@]}"; do
24192419
dispatch_build_variant_arg="debug"
24202420
fi
24212421
call mkdir -p "${LIBDISPATCH_BUILD_DIR}"
2422-
echo `which autoreconf`
24232422
with_pushd "${LIBDISPATCH_SOURCE_DIR}" \
24242423
call autoreconf -fvi
24252424
with_pushd "${LIBDISPATCH_BUILD_DIR}" \

0 commit comments

Comments
 (0)