diff options
| author | Alexander Barton <alex@barton.de> | 2005-12-06 22:37:50 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2005-12-06 22:37:50 +0000 |
| commit | a29308802730068270e5032831ea56e2a4fac74b (patch) | |
| tree | 0ae46de4bffe12910092997a01dc28cf075acdc7 /configure.in | |
| parent | bd043449f24e0dad104e5887629fd3243bd598b2 (diff) | |
| download | ngircd-a29308802730068270e5032831ea56e2a4fac74b.tar.gz ngircd-a29308802730068270e5032831ea56e2a4fac74b.zip | |
Make clear that "IO backend: select" is not a request but a C API function.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 204d4529..34cb1290 100644 --- a/configure.in +++ b/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 |