lets not break the world by missing size checks!

SVN revision: 80068
This commit is contained in:
Carsten Haitzler 2012-12-03 14:14:05 +00:00
parent 509abd1aed
commit 4f48fd72d0
1 changed files with 3 additions and 0 deletions

View File

@ -445,6 +445,9 @@ AC_CHECK_SIZEOF([wchar_t])
EINA_SIZEOF_WCHAR_T=$ac_cv_sizeof_wchar_t
AC_SUBST([EINA_SIZEOF_WCHAR_T])
AC_CHECK_SIZEOF(int, 4)
AC_CHECK_SIZEOF(long, 4)
AC_CHECK_TYPES([siginfo_t], [], [],
[[
#include <signal.h>