*** ./configure.in.ORIG Wed Jun 27 14:09:17 2012 --- ./configure.in Wed Jun 27 14:09:29 2012 *************** *** 12,18 **** AC_PROG_RANLIB AC_EXEEXT - CFLAGS="$CFLAGS -Wall" dnl check SDL version AM_PATH_SDL(1.2.0,, AC_MSG_ERROR(lib SDL is needed)) --- 12,17 ---- *** ./src/defs.h.ORIG Wed Jun 27 14:11:04 2012 --- ./src/defs.h Wed Jun 27 14:11:16 2012 *************** *** 29,35 **** --- 29,37 ---- #include #include #include + #ifndef _AIX #include + #endif /* SDL font library created by Karl Bartel */ #include "SFont.h"