[PATCH 1/3] configure: add AC_HEADER_MAJOR() to find where major and minor defined

Seong-ho Cho darkcircle.0426 at gmail.com
Sun Apr 17 14:25:38 CDT 2016


Fixes https://bugs.winehq.org/show_bug.cgi?id=40473

Signed-off-by: Seong-ho Cho <darkcircle.0426 at gmail.com>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 6189aa9..201bc77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -512,6 +512,7 @@ AC_CHECK_HEADERS(\
 	valgrind/valgrind.h \
 	zlib.h
 )
+AC_HEADER_MAJOR()
 AC_HEADER_STAT()
 
 dnl **** Checks for headers that depend on other ones ****
-- 
2.8.1




More information about the wine-patches mailing list