diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-08-22 10:14:11 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-08-22 10:14:11 -0700 |
commit | cc78d977cac74fcfb7c9b27e7109a1e369018dd8 (patch) | |
tree | 1d9e4ceded7d9129ebee7b52d25f96015c6e399e /configure.ac | |
parent | 95b466e457542bfe08b0ed2bbb5db8d28a961cfd (diff) |
Convert Solaris #ifdef's for <sys/kd.h> to AC_CHECK_HEADERS check
Upcoming virtual terminal support changes in Solaris kernel will provide
<sys/kd.h> on SPARC too, so this gets us ready for them.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 52d35c376..4250f80b0 100644 --- a/configure.ac +++ b/configure.ac @@ -1280,6 +1280,7 @@ if test "x$XORG" = xyes; then solaris*) XORG_OS="solaris" XORG_OS_SUBDIR="solaris" + AC_CHECK_HEADERS([sys/kd.h]) # This really should be tests for specific features, but the #ifdef's # were done as a simple version check in XFree86 4.x and haven't been # fixed yet |