1.2 stdlib: include SDL_config.h so we can see if HAVE_QSORT is actually set.
--- a/src/stdlib/SDL_qsort.c Wed Mar 30 13:30:19 2016 -0400
+++ b/src/stdlib/SDL_qsort.c Wed Mar 30 13:30:59 2016 -0400
@@ -19,6 +19,8 @@
3. This notice may not be removed or altered from any source distribution.
*/
+#include "SDL_config.h"
+
#ifndef HAVE_QSORT
#ifdef assert