automake
[Top][All Lists]
Advanced

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

Re: autoconf bug?


From: Alexandre Oliva
Subject: Re: autoconf bug?
Date: 08 Feb 2001 19:48:53 -0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

On Feb  8, 2001, Tomas Berndtsson <address@hidden> 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                  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]