Fresco/Prague configure.ac,1.44,1.45

Tobias Hunger <[email protected]> Thu, 08 Jan 2004 15:12:06 +0100
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Prague
In directory purcel:/tmp/cvs-serv28051/Prague

Modified Files:
	configure.ac 
Log Message:
* Fix socklen_r detection on FreeBSD
* Remove prague.m4 which was not referenced anywhere.


Index: configure.ac
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/configure.ac,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- configure.ac	14 May 2003 22:42:12 -0000	1.44
+++ configure.ac	8 Jan 2004 14:11:28 -0000	1.45
@@ -93,7 +93,7 @@
 AC_CHECK_HEADERS([sys/socket.h select.h sys/select.h netinet/in_systm.h netinet/ip.h])
 AC_CHECK_HEADERS([pty.h sys/stropts.h libutil.h])
 AC_CHECK_HEADERS([arpa/inet.h sys/un.h])
-AC_CHECK_TYPES([socklen_t])
+AC_CHECK_TYPE([socklen_t], [], [], [#include <sys/socket.h>])
 AC_SEARCH_LIBS(socket, [socket])
 AC_SEARCH_LIBS(inet_aton, [socket resolv])
 AC_SEARCH_LIBS(login, [util])