summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2012-01-22Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2Sam Lantinga1-13/+13
2012-01-19Switched back to configure generating SDL_config.hSam Lantinga1-5/+5
2012-01-15Check for sem_timedwait(), which isn't available on some systems (including O...Sam Lantinga1-0/+61
2012-01-14Make sure that we use consistent configuration options on platforms like Wind...Sam Lantinga1-8/+13
2012-01-08Fixed bug 1242 - PATCH: Improve support for OpenGL ES under X11Sam Lantinga1-20/+217
2011-12-29Fixes bug 1296 - SDL_SetVideoMode crashes because of unaligned MOVAPS instruc...Sam Lantinga1-0/+67
2011-12-05Backed out most of changeset 4b88086910d3, at Andreas's request.Ryan C. Gordon1-5428/+11614
2011-12-05Fix buildbot sdl-macosx-unix-x86 and sdl-macosx-amd64 compiler warningsAndreas Schiffler1-11614/+5428
2011-11-17Fixed the aux directory to be the one recognized by automake.Sam Lantinga1-3/+3
2011-10-19Updated from configure.inSam Lantinga1-5425/+11750
2011-09-11Fixed Win64 builds with MingW.Ryan C. Gordon1-292/+360
2011-09-09Removed legacy Mac OS X dlcompat code.Ryan C. Gordon1-11362/+5348
2011-08-06Updated configure for new changes in configure.inSam Lantinga1-157/+604
2011-08-05More patches to compile.Ryan C. Gordon1-1/+0
2011-03-25SDL 1.3 requires a 64-bit type for the platform.Sam Lantinga1-2179/+0
2011-03-12If we leave the default SDL_config.h in place, it'll override the one generat...Sam Lantinga1-1/+5
2011-03-11We don't want to remove SDL_config.h since it's in source control now.Sam Lantinga1-5/+1
2011-03-11Updated configure with newer autoconfSam Lantinga1-8/+8
2011-03-11Added support for the Xcursor library for color cursorsSam Lantinga1-29/+181
2011-03-07The msimg library isn't needed anymore.Sam Lantinga1-1/+1
2011-02-28OSF isn't supported anymore.Sam Lantinga1-96/+1
2011-02-28IRIX is not supported anymore. :)Sam Lantinga1-95/+2
2011-02-28Dynamically load the Xinerama and xf86vmode extensionsSam Lantinga1-156/+409
2011-02-22Re-added the 3DNow! and AltiVec instruction support.Sam Lantinga1-20/+349
2011-02-18Added a better way to include build rules in the MakefileSam Lantinga1-21/+13
2011-02-16Updated to remove stdio redirect optionSam Lantinga1-32/+20
2011-02-16Made it possible to build SDL from a fresh checkout without any additional st...Sam Lantinga1-0/+30853