Mercurial > SDL_sound_CoreAudio
comparison configure.in @ 465:636796aed4e2
Build/packaging fixes.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 12 Oct 2003 19:06:44 +0000 |
parents | 6e50a61059b8 |
children | 9e761a594df1 d0d381a6f2bb |
comparison
equal
deleted
inserted
replaced
464:182533748715 | 465:636796aed4e2 |
---|---|
301 | 301 |
302 dnl Add Makefile conditionals | 302 dnl Add Makefile conditionals |
303 AM_CONDITIONAL(USE_TIMIDITY, test x$enable_midi = xyes) | 303 AM_CONDITIONAL(USE_TIMIDITY, test x$enable_midi = xyes) |
304 AM_CONDITIONAL(USE_MPGLIB, test x$enable_mpglib = xyes) | 304 AM_CONDITIONAL(USE_MPGLIB, test x$enable_mpglib = xyes) |
305 AM_CONDITIONAL(USE_PHYSICSFS, test x$enable_physfs = xyes) | 305 AM_CONDITIONAL(USE_PHYSICSFS, test x$enable_physfs = xyes) |
306 AM_CONDITIONAL(USE_ALTCVT, test x$enable_altcvt = xyes) | |
307 | 306 |
308 AC_OUTPUT([ | 307 AC_OUTPUT([ |
309 Makefile | 308 Makefile |
310 decoders/Makefile | 309 decoders/Makefile |
311 decoders/timidity/Makefile | 310 decoders/timidity/Makefile |