[Fakeroot-commits] fakeroot configure.ac,1.47,1.48

schizo@haydn.debian.org schizo@haydn.debian.org


Update of /cvsroot/fakeroot/fakeroot
In directory haydn:/tmp/cvs-serv30493

Modified Files:
	configure.ac 
Log Message:
 * Handle platforms where libsocket is necessary.


Index: configure.ac
===================================================================
RCS file: /cvsroot/fakeroot/fakeroot/configure.ac,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- configure.ac	18 Jun 2004 17:09:22 -0000	1.47
+++ configure.ac	18 Jun 2004 17:18:23 -0000	1.48
@@ -29,6 +29,7 @@
 if test $ac_cv_use_ipc = "tcp"; then
 AC_DEFINE_UNQUOTED(FAKEROOT_FAKENET, [TCP])
 AC_CHECK_LIB(pthread, pthread_self)
+AC_CHECK_LIB(socket, connect)
 fi
 
 dnl Checks for header files.