# HG changeset patch # User nkeynes # Date 1245670321 0 # Node ID a9938ed3bfe8360f5a43a011b7a989ce8c18d677 # Parent 864417a576628fb8ae1c646529811fbf98c93e3d Fix silly cut-n-paste error in configure output --- a/configure Mon Jun 22 01:13:16 2009 +0000 +++ b/configure Mon Jun 22 11:32:01 2009 +0000 @@ -15095,7 +15095,7 @@ fi if test "x$INPUT_DRIVERS" = "x"; then - echo " Input drivers: none (no supported output devices found)" + echo " Input drivers: none (no supported input devices found)" else echo " Input drivers: $INPUT_DRIVERS" fi --- a/configure.in Mon Jun 22 01:13:16 2009 +0000 +++ b/configure.in Mon Jun 22 11:32:01 2009 +0000 @@ -454,7 +454,7 @@ fi if test "x$INPUT_DRIVERS" = "x"; then - echo " Input drivers: none (no supported output devices found)" + echo " Input drivers: none (no supported input devices found)" else echo " Input drivers: $INPUT_DRIVERS" fi