automake
[Top][All Lists]
Advanced

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

Re: autoconf bug?


From: Tomas Berndtsson
Subject: Re: autoconf bug?
Date: 09 Feb 2001 09:17:42 +0100
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Alexandre Oliva <address@hidden> writes:

> 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(......)]

I don't see why I need that, but I tried, and it still didn't
work. This is what it looks like now:

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

which gave exactly the same error as before.


Tomas



reply via email to

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