diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-10-01 15:49:21 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-10-01 15:49:21 +0000 |
commit | b4295fcc844e053df526da8498c4c09501824543 (patch) | |
tree | b859653aff97a694c8b22491805f449469723838 /drivers.m4 | |
parent | 354b411f9ddf943fe35b380f11d52bd6201df131 (diff) | |
download | lcd4linux-b4295fcc844e053df526da8498c4c09501824543.tar.gz |
RDTSC delay and inclusion of asm/msr.h removed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@844 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r-- | drivers.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -531,6 +531,7 @@ if test "$X11" = "yes"; then AC_MSG_WARN(X11 headers or libraries not available: X11 driver disabled) else GRAPHIC="yes" + KEYPAD="yes" DRIVERS="$DRIVERS drv_X11.o" if test "x$ac_x_libraries" = "x"; then DRVLIBS="$DRVLIBS -lX11" |