bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-oops 1.0.2 won't configure on DU 4.0


From: Alexandre Oliva
Subject: Re: guile-oops 1.0.2 won't configure on DU 4.0
Date: 30 Mar 2001 17:49:56 -0300
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

On Mar 30, 2001, Marius Vollmer <address@hidden> wrote:

> Alexandre Oliva <address@hidden> writes:
>> The configure script contains a test command using the `==' operator.
>> `==' is not portable.  Please change that to `='.  Thanks,

> Please be more specific.  I can't find a test command using "==" in
> configure.in.  The only occurences of "==" that I can find are in C
> code.

configure.in, line 29:

if test "$ac_cv_func_scm_init_goops" == "yes"; then
                                     ^^
  AC_MSG_ERROR([Your Guile already has GOOPS built in.  You don't need this 
package.])
fi

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

[Prev in Thread] Current Thread [Next in Thread]