]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766)
authorPetr Viktorin <encukou@gmail.com>
Wed, 11 Mar 2020 13:27:42 +0000 (14:27 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 13:27:42 +0000 (14:27 +0100)
commit3c97e1e457033bbb8bbe0b7198bd13fc794a12b0
treeb968f087b7e12cb83c3e9e8ab569b5bfcb6f7fe0
parent2dd41740c97bd77695ddcc590caa7f53e76dc35a
bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766)

This fixes a regression introduced in bpo-38960.

When DFLAGS was empty, "$DFLAGS" results in an empty argument ("").
Without the quotes, an empty variable will be ignored by the shell.
Misc/NEWS.d/next/Build/2020-03-03-15-56-07.bpo-39761.k10aGe.rst [new file with mode: 0644]
configure
configure.ac