summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJakub Kulík <Kulikjak@gmail.com>2019-01-24 18:29:48 +0100
committerŁukasz Langa <lukasz@langa.pl>2019-01-24 18:29:48 +0100
commit5c8f537669d3379fc50bb0a96accac756e43e281 (patch)
tree1513e960ca9a17a89b8b419fa382004828a08fda /configure
parentfd628cf5adaeee73eab579393cdff71c8f70cdf2 (diff)
downloadcpython-git-5c8f537669d3379fc50bb0a96accac756e43e281.tar.gz
bpo-35520: Fix build with dtrace support on certain systems. (#11194)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b32481dca0..ebd9f904b0 100755
--- a/configure
+++ b/configure
@@ -11352,7 +11352,7 @@ if ${ac_cv_dtrace_link+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_cv_dtrace_link=no
- echo 'BEGIN' > conftest.d
+ echo 'BEGIN{}' > conftest.d
"$DTRACE" -G -s conftest.d -o conftest.o > /dev/null 2>&1 && \
ac_cv_dtrace_link=yes