commit | b079add353c635d43ebb4827c3ab23e8f1ac4af2 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Feb 24 11:46:17 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Feb 24 11:46:17 2006 +0100 |
tree | c5edbc093f23fe216bc4b77afd7d00cf6e83b2c6 | |
parent | 7bd0cdafc2b1a480f97c2239ee181f66aa4283ac [diff] [blame] |
configure: Added special check for broken linux/capi.h.
diff --git a/configure.ac b/configure.ac index 1fd1100..7c3332f 100644 --- a/configure.ac +++ b/configure.ac
@@ -197,7 +197,6 @@ ldap.h \ libaudioio.h \ link.h \ - linux/capi.h \ linux/cdrom.h \ linux/compiler.h \ linux/hdreg.h \ @@ -278,6 +277,9 @@ ) AC_HEADER_STAT() +dnl Check for broken kernel header that doesn't define __user +AC_CHECK_HEADERS([linux/capi.h],,,[#define __user]) + dnl **** Check for X11 **** if test "$have_x" = "yes"