Mercurial > vba-linux
diff configure.ac @ 28:2efb971df515
bringing in SDL package
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 04 Mar 2012 21:06:50 -0600 |
parents | b970226568d2 |
children | 48369c6aeaa0 |
line wrap: on
line diff
1.1 --- a/configure.ac Sun Mar 04 20:32:31 2012 -0600 1.2 +++ b/configure.ac Sun Mar 04 21:06:50 2012 -0600 1.3 @@ -27,7 +27,8 @@ 1.4 1.5 1.6 # Checks for header files. 1.7 -AC_CHECK_HEADERS([arpa/inet.h limits.h locale.h malloc.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h strings.h sys/socket.h unistd.h]) 1.8 +AC_FUNC_ALLOCA 1.9 +AC_CHECK_HEADERS([arpa/inet.h limits.h locale.h malloc.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h strings.h sys/socket.h unistd.h libintl.h]) 1.10 1.11 # Checks for typedefs, structures, and compiler characteristics. 1.12 AC_HEADER_STDBOOL 1.13 @@ -52,9 +53,6 @@ 1.14 AC_FUNC_STRCOLL 1.15 AC_CHECK_FUNCS([floor ftruncate gethostbyname gethostname inet_ntoa localeconv memchr memset modf pow setlocale socket sqrt strcasecmp strchr strcspn strdup strerror strpbrk strrchr strstr strtoul]) 1.16 1.17 - 1.18 - 1.19 - 1.20 AC_CONFIG_FILES([Makefile 1.21 src/Makefile 1.22 src/lua/Makefile 1.23 @@ -62,7 +60,8 @@ 1.24 src/gba/Makefile 1.25 src/common/Makefile 1.26 src/SFMT/Makefile 1.27 - src/filters/Makefile]) 1.28 + src/filters/Makefile 1.29 + src/sdl/Makefile]) 1.30 1.31 1.32