summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Fix pulseaudio dynamic linking for Solaris builds.Shawn Walker2013-02-191-2/+21
* Removed _GNU_SOURCE define. We'll see if we need it.Ryan C. Gordon2012-08-251-2/+1
* Fixed bug 1543 - Fix dynamic loading of X libs on OpenBSDSam Lantinga2012-07-181-0/+6
* Fixed configure script.Ryan C. Gordon2012-07-111-0/+1
* Added OpenBSD "sndio" audio target.Ryan C. Gordon2012-07-081-1/+30
* Check for sem_timedwait(), which isn't available on some systems (including O...Sam Lantinga2012-01-151-0/+14
* -lmingw32 is necessary in the link line before -lSDLmain, otherwise WinMain i...Sam Lantinga2012-01-011-1/+1
* Fixed bug 938 - SDL fails to link in mingw+msys+libtoolSam Lantinga2011-12-301-5/+11
* Updated the SDL version number to 1.2.15Sam Lantinga2011-12-291-3/+3
* Don't warn about multichar characters on BeOS/Haiku.Ryan C. Gordon2011-10-131-0/+13
* Enable -Wall by default.Ryan C. Gordon2011-10-111-0/+25
* More work on Windows build issues.Ryan C. Gordon2011-09-111-6/+1
* Don't force nasm to use a.out on OpenBSD. They've been on ELF for a long time.Ryan C. Gordon2011-08-211-3/+0
* Check sa_sigaction member of struct sigactionPatrice Mandin2011-07-141-0/+2
* nasm 2.09 compatibilitySam Lantinga2011-02-241-2/+2
* Debian patch: 011_no_yasm.diffSam Lantinga2010-07-181-5/+1
* Fixed bug #895Sam Lantinga2009-12-111-0/+1
* We no longer have a DirectInput link requirementSam Lantinga2009-10-171-1/+1
* Only show the dynamic audio libraries if we'll be dynamically loading themSam Lantinga2009-10-131-5/+5
* Simplify and improve dynamic library detection, taken from SDL_imageSam Lantinga2009-10-131-87/+39
* We don't need dlvsym() for ALSA anymore, yay!Sam Lantinga2009-10-131-4/+0
* Merged fix from SDL 1.3Sam Lantinga2009-10-121-4/+4
* Fixed bug #833Sam Lantinga2009-10-101-1/+2
* Debian patch: 050_altivec_detection.diffSam Lantinga2009-10-101-48/+50
* Disable iPodLinux code by default (can be enabled with --enable-ipod)Sam Lantinga2009-10-101-2/+2
* Debian patch: 030_pulseaudio_enable.diffSam Lantinga2009-10-101-5/+5
* Debian patch: 020_libcaca_new_api.diffSam Lantinga2009-10-101-0/+33
* SuSE 11.1 installs directfb-config without directfb-devel, so check toSam Lantinga2009-10-071-4/+10
* Updated libtool to version 2.2.6aSam Lantinga2009-10-041-1/+3
* You should check for the C compiler before you set CFLAGS. :)Sam Lantinga2009-10-021-14/+14
* Fixed nasm detection for newer autotoolsSam Lantinga2009-10-021-1/+1
* Fixed bug #732Sam Lantinga2009-09-231-0/+12
* Whoops, this breaks building on Mac OS X 10.4Sam Lantinga2009-09-221-9/+9
* Fix for expression error by Torsten Giebl - Thanks! :)Sam Lantinga2009-09-211-1/+1
* Fixed bug #674Sam Lantinga2009-09-211-9/+9
* Fixed bug #591Sam Lantinga2009-09-211-14/+17
* Updated the version to 1.2.14 for the next release.Sam Lantinga2009-09-211-3/+3
* 1.2 Quartz video: Ripped out QuickDraw and QuickTime.Ryan C. Gordon2009-09-211-2/+2
* Made NAS target dynamic, so you can safely include it in shipping binaries.Ryan C. Gordon2009-09-131-12/+44
* Don't use NASM on x86_64 builds.Ryan C. Gordon2009-09-121-0/+8
* Disable Sound Manager support on Mac OS X.Ryan C. Gordon2009-09-121-2/+0
* Fixed bug #611Sam Lantinga2009-04-021-1/+1
* Hello.Sam Lantinga2009-04-021-0/+28
* Date: Fri, 6 Mar 2009 12:41:17 -0800Sam Lantinga2009-03-171-4/+12
* * Added configure option --enable-screensaver, to allow enabling the screensa...Sam Lantinga2008-02-291-13/+7
* Updates for building on Windows CE using mingw32ce cross compiler:Sam Lantinga2008-01-031-0/+43
* Fixed bug #531Sam Lantinga2008-01-011-1/+1
* Don't use -fvisibility if it generates warnings ... like this one:Sam Lantinga2007-12-301-1/+1
* Improved detection of mprotect()Sam Lantinga2007-12-291-1/+10
* Made the mprotect() fix for SDL_SoftStretch() more general for hardened linux...Sam Lantinga2007-12-291-4/+4