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:
Karsten Ballüder
1999-02-10 16:14:18 +00:00
parent 3ad5e06b4a
commit 6c56b261b7
2 changed files with 137 additions and 97 deletions

View File

@@ -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 ############################