Arrange that, on Solaris, we link with "-lkstat" if necessary when
authorGuy Harris <guy@alum.mit.edu>
Sat, 15 Jan 2000 09:46:28 +0000 (09:46 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sat, 15 Jan 2000 09:46:28 +0000 (09:46 -0000)
commiteacc4cad718b395b2f3f6789dea215d4a4044e6d
treeab007de703959ee29e43532acb5beceab756a844
parent486e259d949f5f8147d34a08bf9c26e89fbc005e
Arrange that, on Solaris, we link with "-lkstat" if necessary when
linking with "-lsnmp".

Link only Ethereal and Tethereal with "-lpcap"; don't link editcap, or
any of the test programs that the configure script builds, with it
(because that means you also have to arrange that those test programs be
linked with @SOCKET_LIBS@ and @NSL_LIBS@) - i.e., don't add it to LIBS,
add it to PCAP_LIBS, and use that only for programs that need it.

svn path=/trunk/; revision=1484
Makefile.am
acinclude.m4
configure.in