Added test for long long type. (Really trivial, see setup.h: SIZEOF_xxx)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -519,6 +519,7 @@ dnl defines WORDS_BIGENDIAN if system is big endian
|
||||
AC_CHECK_SIZEOF(int *)
|
||||
AC_CHECK_SIZEOF(int)
|
||||
AC_CHECK_SIZEOF(long)
|
||||
AC_CHECK_SIZEOF(long long)
|
||||
dnl defines the size of certain types of variables in SIZEOF_???
|
||||
|
||||
dnl ############################
|
||||
|
Reference in New Issue
Block a user