repo: ngircd
action: commit
revision: 
path_from: 
revision_from: e5b824388d1ebd664fabda9b14291c5e4925431c:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit e5b824388d1ebd664fabda9b14291c5e4925431c
Author: Alexander Barton 
Date:   Sat Dec 28 21:58:02 2002 +0000

    - Fixed up some brackets ("[" and "]") ...

diff --git a/configure.in b/configure.in
index 608f50479d2233211348c41f0c4059de29dc3bf2..
index ..ed34f871b6f2a0f6e89a1c2eacf871d96a89c69f 100644
--- a/configure.in
+++ b/configure.in
@@ -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!]))
 	]
 )

-----END OF PAGE-----