[Bug 33649] wine-1.5.30 - "./configure --with-gnutls" fails with gnutls-3.2.0 - conftest.c:160:15: error: 'gnutls_mac_get_key_size' undeclared

wine-bugs at winehq.org wine-bugs at winehq.org
Sat May 25 23:19:36 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=33649

--- Comment #2 from Alexandre Rostovtsev <tetromino at gentoo.org> 2013-05-25 23:19:36 CDT ---
Created attachment 44559
  --> http://bugs.winehq.org/attachment.cgi?id=44559
alternative patch

I think the intent of AC_LANG_PROGRAM here was to test for linking validity by
making sure that a pointer to the gnutls_mac_get_key_size() function would be
usable at runtime. The patch in comment #1 replaces this test with something
fundamentally different: a test for a type definition that matters only at
compile time.

I therefore think the patch I am attaching would be a better solution.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list