configure error

Damien Miller djm at mindrot.org
Tue Mar 14 13:15:41 EST 2000


On Mon, 13 Mar 2000, Mate Wierdl wrote:

> Trying to run configure for 1.2.3pre2 on solaris, I get the error;
> 
> checking for OpenSSL/SSLeay directory... ./configure: test: argument
> expected
 
Replace 

if test ! -z $WANTS_RSAREF ; then

With

if test ! -z "$WANTS_RSAREF" ; then

-d

--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)








More information about the openssh-unix-dev mailing list