diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2021-11-28 21:23:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 21:23:39 (GMT) |
commit | 8d1a5800645575ec876932bbb9aed3aa65d18f46 (patch) | |
tree | 3f5b7489922267118f1138e0a6bbb00645c1df70 /pyconfig.h.in | |
parent | 2c398a5acf85d1bbc5796f3385972d0759b90e54 (diff) | |
download | cpython-8d1a5800645575ec876932bbb9aed3aa65d18f46.zip cpython-8d1a5800645575ec876932bbb9aed3aa65d18f46.tar.gz cpython-8d1a5800645575ec876932bbb9aed3aa65d18f46.tar.bz2 |
[3.10] bpo-42268: Fail the configure step if the selected compiler doesn't support memory sanitizer (GH-29806) (GH-29815)
(cherry picked from commit e71c12efcddc1076d5367461a5b416092267aa77)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 41d3abb..b97b8f8 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -628,7 +628,7 @@ /* Define to 1 if you have the <libutil.h> header file. */ #undef HAVE_LIBUTIL_H -/* Define you have libuuid. */ +/* Define to 1 if you have the `uuid' library (-luuid). */ #undef HAVE_LIBUUID /* Define if you have the 'link' function. */ |