On Mar 30, 2001, Marius Vollmer <[EMAIL PROTECTED]> wrote:

> Alexandre Oliva <[EMAIL PROTECTED]> 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                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to