diff configure.in @ 3180:77d6336711fc

First commit for SDL atomic operations. On my linux box it compiles and installs correctly and testatomic runs without errors.
author Bob Pendleton <bob@pendleton.com>
date Tue, 09 Jun 2009 17:33:44 +0000
parents 510e3f36c04a
children 3e1bf2b8bd81
line wrap: on
line diff
--- a/configure.in	Tue Jun 09 15:45:33 2009 +0000
+++ b/configure.in	Tue Jun 09 17:33:44 2009 +0000
@@ -159,6 +159,7 @@
     AC_CHECK_FUNCS(iconv)
 fi
 
+AC_CHECK_SIZEOF(void*)
 if test x$have_inttypes != xyes; then
     AC_CHECK_SIZEOF(char, 1)
     AC_CHECK_SIZEOF(short, 2)