commit a29308802730068270e5032831ea56e2a4fac74b from: Alexander Barton date: Tue Dec 06 22:37:50 2005 UTC Make clear that "IO backend: select" is not a request but a C API function. commit - bd043449f24e0dad104e5887629fd3243bd598b2 commit + a29308802730068270e5032831ea56e2a4fac74b blob - 204d4529817d792ae13fade6f4b0e7b06a0ec476 blob + 34cb1290533827175de66e5e473b37abe0db50e0 --- configure.in +++ configure.in @@ -8,7 +8,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: configure.in,v 1.116 2005/08/30 20:59:30 fw Exp $ +# $Id: configure.in,v 1.117 2005/12/06 22:37:50 alex Exp $ # # -- Initialisation -- @@ -481,7 +481,7 @@ test "$x_identauth_on" = "yes" \ && echo $ECHO_N "yes $ECHO_C" \ || echo $ECHO_N "no $ECHO_C" echo $ECHO_N " I/O backend: $ECHO_C" - echo "$x_io_backend" + echo "\"$x_io_backend()\"" echo