summaryrefslogtreecommitdiffstats
path: root/config.tests/x11/xinput.test
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/x11/xinput.test')
-rwxr-xr-xconfig.tests/x11/xinput.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/x11/xinput.test b/config.tests/x11/xinput.test
index c31388bd1..c2cb14f34 100755
--- a/config.tests/x11/xinput.test
+++ b/config.tests/x11/xinput.test
@@ -42,7 +42,7 @@ if [ -z "$F" ]; then
[ "$VERBOSE" = "yes" ] && echo " Could not find XInput lib anywhere in $LIBDIRS"
fi
-# check for XInput.h and the IRIX wacom.h
+# check for XInput.h and wacom.h
if [ "$XINPUT" = "yes" ]; then
INCS="X11/extensions/XInput.h wacom.h"
XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG`