summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSascha Hlusiak <saschahlusiak@arcor.de>2008-03-25 17:37:25 +0100
committerSascha Hlusiak <saschahlusiak@arcor.de>2008-03-25 17:37:25 +0100
commit47eb658e802775021e3efec109f95431cca188ca (patch)
treeb00594a30faea8f5d2ac6c8e9acac2fde860d88c /configure.ac
parentf028e245a7932362656701c08fcfbfa8e8949077 (diff)
Support to pass arbitrary options via HAL hotplugging
Parse "input.x11_options" and pass every key/name pair to the driver. Remove check for input.capabilities, because that's part of the fdi files. Thanks to Dustin Spicuzza <dustin@virtualroadside.com> for the patch.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3b007051c..959f0aedf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1009,6 +1009,8 @@ XKB_STUB_LIB='$(top_builddir)/xkb/libxkbstubs.la'
AC_CHECK_FUNC(strcasecmp, [], AC_DEFINE([NEED_STRCASECMP], 1,
[Do not have 'strcasecmp'.]))
+AC_CHECK_FUNC(strncasecmp, [], AC_DEFINE([NEED_STRNCASECMP], 1,
+ [Do not have 'strncasecmp'.]))
if test "x$NULL_ROOT_CURSOR" = xyes; then
AC_DEFINE(NULL_ROOT_CURSOR, 1, [Use an empty root cursor])