[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_DISABLE_STATIC
From: |
Akim Demaille |
Subject: |
Re: AC_DISABLE_STATIC |
Date: |
Tue, 21 Jun 2005 09:39:56 +0200 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
>>> "Ralf" == Ralf Wildenhues <address@hidden> writes:
>> The solution is simple: AC_DISABLE_STATIC is just
>>
>> : ${enable_static=no}
>>
>> and similarly for SHARED.
> (El cheapo comment without actually trying to reproduce it myself:)
> Does it solve the problem Bob described?
Well, I do have both --disable/enable-shared/static. But this fix is
not the best possible, since --help does not report the actual
default. The best fix should have its AC_ARG_ENABLE calls depend on
AC_DISABLE_STATIC/SHARED.