mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
15 lines
293 B
Text
15 lines
293 B
Text
--- configure.in.orig
|
|
+++ configure.in
|
|
@@ -15,10 +15,10 @@
|
|
|
|
dnl Check for BSD sockets
|
|
AC_CHECK_FUNC(connect, ,
|
|
- AC_CHECK_LIB(nsl, gethostbyname, ,)
|
|
+ [AC_CHECK_LIB(nsl, gethostbyname, ,)
|
|
AC_CHECK_LIB(socket, connect, ,
|
|
AC_ERROR([Can't compile without BSD sockets!!!])
|
|
- )
|
|
+ )]
|
|
)
|
|
|
|
|