Donate Share

D2X-XL

Tracker: Bugs

5 autoconf bug still here for 1.9.187 - ID: 1711491
Last Update: Comment added ( d2x-xl )

1st thanks for fixing the savegames ! ;-)

For the bug itself, you fixed the syntax error, but not the behaviour, it
still produces #undef SDL_MIXER even if sdl_mixer is found.

Use my patch !
Just in case, I attach a version of my patch-autoconf updated for 1.9.187.
To apply it :
cd <d2xl directory>
patch -p1 < ../patch-autoconf

But here it's just 1 line to change, so you can do it manually !

Thanks again for 1.9.187 anyway ! :)


Emmanuel Anne ( emanne ) - 2007-05-02 20:29

5

Closed

Fixed

Nobody/Anonymous

None

None

Public


Comments ( 3 )

Date: 2007-05-02 20:38
Sender: d2x-xlProject Admin


Oops, during the constant changing of configure.ac I wrote
"AC_DEFINE(SDL_mixer" instead of AC_DEFINE(USE_SDL_MIXER".


Date: 2007-05-02 20:36
Sender: d2x-xlProject Admin


The purpose of the USE_SDL_MIXER define handling is to allow the user to
enable or disable it at his her own disposition if SDL_mixer is available.
If it is not available, the #undef USER_SDL_MIXER statement will not be put
in conf.h.

What I would like to have is #define USE_SDL_MIXER 1 added to conf.h if
SDL_mixer is available, but I didn't find out how to do that.


Date: 2007-05-02 20:30
Sender: emanne


File Added: patch-autoconf


Attached File ( 1 )

Filename Description Download
patch-autoconf Download

Changes ( 5 )

Field Old Value Date By
status_id Open 2007-05-02 20:38 d2x-xl
resolution_id Accepted 2007-05-02 20:38 d2x-xl
close_date - 2007-05-02 20:38 d2x-xl
resolution_id None 2007-05-02 20:36 d2x-xl
File Added 227564: patch-autoconf 2007-05-02 20:30 emanne