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
 
   ;