Subject: Re: ssh and no X
To: Bill Studenmund <skippy@macro.stanford.edu>
From: Scott Reynolds <scottr@Plexus.COM>
List: port-i386
Date: 02/10/1997 16:04:15
On Mon, 10 Feb 1997, Bill Studenmund wrote:

> I'm trying to get ssh to compile under 1.2 on a machine which had X, but
> now doesn't. I don't want ssh to bother with the X stuff. Can I get it to
> compile and run w/o it? I'd rather not install the include files and
> libraries for something I won't use.

ssh should notice that X doesn't exist on that machine when you run
`configure' (make sure to blow away config.cache first, if it's there).
If not, use the --without-x parameter to configure it.

--scott