]> git.pld-linux.org Git - packages/smalltalk.git/blame - smalltalk-nolibs.patch
- unifications
[packages/smalltalk.git] / smalltalk-nolibs.patch
CommitLineData
645aa139
JB
1--- smalltalk-2.1.5/config/inet.m4.orig 2003-05-27 19:41:12.000000000 +0200
2+++ smalltalk-2.1.5/config/inet.m4 2003-12-13 14:59:06.790212048 +0100
3@@ -7,7 +7,9 @@
4 AC_CHECK_LIB(wsock32, listen)
5 ])
6 ])
7+AC_CHECK_FUNC(gethostbyname, , [
8 AC_CHECK_LIB(nsl, gethostbyname)
9+])
10
11 gst_cv_inet_sockets=yes
12 AC_CHECK_FUNC(socket, , gst_cv_inet_sockets=no)
This page took 0.024483 seconds and 4 git commands to generate.