summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-09-11 13:55:50 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-09-11 13:56:53 +1000
commite8f22493833e33683e659ae348d9f58a43838252 (patch)
tree1fe7de34297dd7eb96ab328872f902b16835bf4a
parentb2de71f4366c61a165562a573b30e1edd336ba5f (diff)
Fix typo in configure.
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d8e107b..8afad16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,7 +136,8 @@ echo Building BSD usbhid backend: $bsd_backend
if test "x$linux_backend" != "xyes" -a \
"x$bsd_backend" != "xyes" -a \
"x$evdev_backend" != "xyes"; then
- AC_MSG_ERROR([No backends were found. Your operating is not supported by the
- joystick driver. Contact xorg@lists.freedesktop.org if you are
- interested in porting it.])
+ AC_MSG_ERROR([No backends were found. Your operating system is not
+ supported by the joystick driver. Contact
+ xorg@lists.freedesktop.org if you are interested in
+ porting it.])
fi