Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
November 1998: Re: [Freeciv-Dev] remaining configure issues |
Re: [Freeciv-Dev] remaining configure issues[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
I wrote: > > --_----------=_912319189136930 > Content-Disposition: inline; filename="servlibs.diff" > > -AC_CHECK_LIB(socket,main) > -AC_CHECK_LIB(nsl,main) > +if test x$client = xtrue; then Oops, that should be: +if test x$server = xtrue; then -- David
|