Fix for bug #132237.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 24 Mar 2004 14:33:54 +0000 (14:33 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 24 Mar 2004 14:33:54 +0000 (14:33 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@642 e2bd861d-eb25-0410-b326-f6ed22b6b98c

configure.in

index f11446f..05866d4 100644 (file)
@@ -136,7 +136,7 @@ if test "x$have_xkb" = "xyes"; then
 fi
 
 have_xinput=
-AC_CHECK_LIB(Xi, XOpenDevice, XINPUT_LIBS=-lXi)
+AC_CHECK_LIB(Xi, XOpenDevice, XINPUT_LIBS=-lXi,,-lXext)
 if test "x$XINPUT_LIBS" = x; then
   AC_MSG_ERROR(Couldn't find the XInput library. Check config.log for details)
 fi