Search
lxdream.org :: lxdream :: r1031:a9938ed3bfe8
lxdream 0.9.1
released Jun 29
Download Now
changeset1031:a9938ed3bfe8
parent1030:864417a57662
child1032:b3a4f104a83c
authornkeynes
dateMon Jun 22 11:32:01 2009 +0000 (14 years ago)
Fix silly cut-n-paste error in configure output
configure
configure.in
1.1 --- a/configure Mon Jun 22 01:13:16 2009 +0000
1.2 +++ b/configure Mon Jun 22 11:32:01 2009 +0000
1.3 @@ -15095,7 +15095,7 @@
1.4 fi
1.5
1.6 if test "x$INPUT_DRIVERS" = "x"; then
1.7 - echo " Input drivers: none (no supported output devices found)"
1.8 + echo " Input drivers: none (no supported input devices found)"
1.9 else
1.10 echo " Input drivers: $INPUT_DRIVERS"
1.11 fi
2.1 --- a/configure.in Mon Jun 22 01:13:16 2009 +0000
2.2 +++ b/configure.in Mon Jun 22 11:32:01 2009 +0000
2.3 @@ -454,7 +454,7 @@
2.4 fi
2.5
2.6 if test "x$INPUT_DRIVERS" = "x"; then
2.7 - echo " Input drivers: none (no supported output devices found)"
2.8 + echo " Input drivers: none (no supported input devices found)"
2.9 else
2.10 echo " Input drivers: $INPUT_DRIVERS"
2.11 fi
.