[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2002-03-12, Eric Botcazou <ebotcazou@xxxxxxxxxx> wrote:
> --- aclocal.m4 3 Mar 2002 11:20:28 -0000 1.27
> +++ aclocal.m4 12 Mar 2002 05:49:31 -0000
> @@ -181,9 +181,13 @@
> LDFLAGS="$allegro_save_LDFLAGS"])
> if test $allegro_cv_support_export_dynamic = yes; then
> allegro_support_modules=yes
>
> Don't you mean rather:
> allegro_support_modules=no ?
Actually, there are two conventions in use. IIRC we only ever test
for a value in `allegro_support_modules', but never at the content.
So you're right, that line should be removed...
However, don't commit the patch or variants of it yet.