summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2005-07-08 12:39:38 +0000
committerAlexander Barton <alex@barton.de>2005-07-08 12:39:38 +0000
commit1eca0aea4f37cd1dff9075a9d969096784e96fd0 (patch)
treea04543dc3b6b7281d2cdf694e7196cb52ac66cbb /configure.in
parent7b5a1bbe3c291060874dc036d348a672a11319bb (diff)
downloadngircd-1eca0aea4f37cd1dff9075a9d969096784e96fd0.tar.gz
ngircd-1eca0aea4f37cd1dff9075a9d969096784e96fd0.zip
Whitespace fixes.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index ef22dab5..23a5d9c4 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.112 2005/07/07 18:49:58 fw Exp $
+# $Id: configure.in,v 1.113 2005/07/08 12:39:38 alex Exp $
 #
 
 # -- Initialisation --
@@ -181,7 +181,7 @@ fi
 
 x_io_backend=select
 AC_ARG_WITH(epoll,
-	[  --without-epoll          disable epoll support (autodetected by default)],
+	[  --without-epoll         disable epoll support (autodetected by default)],
 	[	if test "$withval" != "no"; then
 			if test "$withval" != "yes"; then
 				CFLAGS="-I$withval/include $CFLAGS"
@@ -199,7 +199,7 @@ AC_ARG_WITH(epoll,
 )
 
 AC_ARG_WITH(kqueue,
-	[  --without-kqueue          disable kqueue support (autodetected by default)],
+	[  --without-kqueue        disable kqueue support (autodetected by default)],
 	[	if test "$withval" != "no"; then
 			if test "$withval" != "yes"; then
 				CFLAGS="-I$withval/include $CFLAGS"