Further fix SIZEOF_VOIDP in SDL_config.h.in
The configure script was still overwriting SIZEOF_VOIDP so both ended up as either 4 or 8 depending on the arch. This simply removes the check from configure.in
This commit is contained in:
parent
15997f221a
commit
df2892774f
2 changed files with 1 additions and 34 deletions
|
@ -265,7 +265,7 @@ if test x$enable_libc = xyes; then
|
|||
AC_CHECK_MEMBER(struct sigaction.sa_sigaction,[AC_DEFINE(HAVE_SA_SIGACTION)], ,[#include <signal.h>])
|
||||
fi
|
||||
|
||||
AC_CHECK_SIZEOF(void*)
|
||||
dnl AC_CHECK_SIZEOF(void*)
|
||||
|
||||
dnl See whether we can use gcc atomic operations on this architecture
|
||||
AC_ARG_ENABLE(gcc-atomics,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue