Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f618d2c

Browse files
committed
hopefully final changes for Sequent -linet
1 parent 32b582b commit f618d2c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

configure.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ AC_MSG_RESULT($LINKFORSHARED)
125125
AC_CHECK_LIB(dl, dlopen) # Dynamic linking for SunOS/Solaris and SYSV
126126
AC_CHECK_LIB(dld, shl_load) # Dynamic linking for HP-UX
127127
AC_CHECK_LIB(sun, getpwnam) # NIS (== YP) interface for IRIX 4
128-
AC_CHECK_LIB(nsl, gethostbyname, [LIBS="-lnsl $LIBS"]) # hosts db interface
129-
AC_CHECK_LIB(inet, ???, [LIBS="-linet $LIBS"]) # SVR4 internet???
130-
AC_CHECK_LIB(socket, socket, [LIBS="-lsocket $LIBS"]) # SVR4 sockets
128+
AC_CHECK_LIB(nsl, t_open, [LIBS="-lnsl $LIBS"]) # SVR4
129+
AC_CHECK_LIB(inet, gethostbyname, [LIBS="-linet $LIBS"], [], -lnsl) # Sequent
130+
AC_CHECK_LIB(socket, socket, [LIBS="-lsocket $LIBS"], [], $LIBS) # SVR4 sockets
131131

132132
AC_CHECKING(for --with-readline)
133133
AC_ARG_WITH(readline, [--with-readline=DIRECTORY GNU readline], [

0 commit comments

Comments
 (0)