On Feb  8, 2001, Tomas Berndtsson <[EMAIL PROTECTED]> wrote:

> My autoconf version is 2.13. m4 is GNU m4 1.4. 
> I have the following in my configure.in:

> AC_CHECK_FUNCS(dlopen, , AC_CHECK_LIB(dl,dlopen, ,
>     [AC_MSG_ERROR([
> *** Zen does not function properly without dlopen, sorry.])]))

You're missing quotes around [AC_CHECK_LIB(......)]

-- 
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

Reply via email to