commit | 20cd5c6e21559f35feded5b3cfa9069a281d4325 | [log] [tgz] |
---|---|---|
author | Michael Felt <aixtools@users.noreply.github.com> | Sat Jun 09 15:59:02 2018 -0600 |
committer | Ned Deily <nad@python.org> | Sat Jun 09 17:59:02 2018 -0400 |
tree | 2c7a601a6ec4a8b682ef4134972ff9c49106bf91 | |
parent | 463d1890bb29b66aed431734bb76e366301a0fa5 [diff] [blame] |
bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-7511)
diff --git a/configure b/configure index 5a2afe5..e038964 100755 --- a/configure +++ b/configure
@@ -9714,9 +9714,7 @@ { #ifndef uuid_enc_be -uuid_t uuid; -unsigned char buf[sizeof(uuid)]; -uuid_enc_be(buf, &uuid); +void *x = uuid_enc_be #endif ;