- Fixed up some brackets ("[" and "]") ...
This commit is contained in:
parent
214842853c
commit
e5b824388d
|
@ -9,7 +9,7 @@
|
|||
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||
#
|
||||
# $Id: configure.in,v 1.74 2002/12/28 21:39:06 alex Exp $
|
||||
# $Id: configure.in,v 1.75 2002/12/28 21:58:02 alex Exp $
|
||||
#
|
||||
|
||||
# -- Initialisierung --
|
||||
|
@ -123,8 +123,8 @@ AC_CHECK_FUNCS([ \
|
|||
|
||||
AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf strlcpy strlcat)
|
||||
|
||||
AC_CHECK_FUNCS(poll,AC_CHECK_HEADER([sys/poll.h]),
|
||||
[AC_CHECK_FUNCS(select,AC_CHECK_HEADER([sys/select.h]),
|
||||
AC_CHECK_FUNCS(poll,[AC_CHECK_HEADER(sys/poll.h)],
|
||||
[AC_CHECK_FUNCS(select,[AC_CHECK_HEADER(sys/select.h)],
|
||||
AC_MSG_ERROR([neither poll() nor select() is available!]))
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue