mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 09:50:29 +00:00
Whitespace fixes.
This commit is contained in:
parent
7b5a1bbe3c
commit
1eca0aea4f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user