Skip to content

Commit

Permalink
Better wscons detection
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 23, 2006
1 parent 4523e71 commit 20c1db6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions configure.in
Expand Up @@ -1223,9 +1223,11 @@ AC_HELP_STRING([--enable-video-wscons], [use wscons video driver [default=yes]])
AC_MSG_CHECKING(for wscons support)
video_wscons=no
AC_TRY_COMPILE([
#include <sys/time.h>
#include <dev/wscons/wsconsio.h>
#include <sys/time.h>
#include <dev/wscons/wsconsio.h>
#include <dev/wscons/wsdisplay_usl_io.h>
],[
int wsmode = WSDISPLAYIO_MODE_DUMBFB;
],[
video_wscons=yes
])
Expand Down

0 comments on commit 20c1db6

Please sign in to comment.