Remove unnecessary long long checks
This commit is contained in:
parent
6398bd8373
commit
62972babea
@ -114,7 +114,6 @@ SET(EXPORT_DECL "")
|
|||||||
|
|
||||||
|
|
||||||
CHECK_TYPE_SIZE("long" SIZEOF_LONG)
|
CHECK_TYPE_SIZE("long" SIZEOF_LONG)
|
||||||
CHECK_TYPE_SIZE("long long" SIZEOF_LONG_LONG)
|
|
||||||
|
|
||||||
|
|
||||||
# Require C++11
|
# Require C++11
|
||||||
@ -553,13 +552,6 @@ ENDIF()
|
|||||||
|
|
||||||
CHECK_SYMBOL_EXISTS(getopt unistd.h HAVE_GETOPT)
|
CHECK_SYMBOL_EXISTS(getopt unistd.h HAVE_GETOPT)
|
||||||
|
|
||||||
# Check for a 64-bit type
|
|
||||||
IF(NOT SIZEOF_LONG MATCHES "8")
|
|
||||||
IF(NOT SIZEOF_LONG_LONG MATCHES "8")
|
|
||||||
MESSAGE(FATAL_ERROR "No 64-bit type found, please report!")
|
|
||||||
ENDIF()
|
|
||||||
ENDIF()
|
|
||||||
|
|
||||||
|
|
||||||
# Common sources used by both the OpenAL implementation library and potentially
|
# Common sources used by both the OpenAL implementation library and potentially
|
||||||
# the OpenAL router.
|
# the OpenAL router.
|
||||||
|
@ -80,9 +80,6 @@
|
|||||||
/* Define to the size of a long int type */
|
/* Define to the size of a long int type */
|
||||||
#cmakedefine SIZEOF_LONG ${SIZEOF_LONG}
|
#cmakedefine SIZEOF_LONG ${SIZEOF_LONG}
|
||||||
|
|
||||||
/* Define to the size of a long long int type */
|
|
||||||
#cmakedefine SIZEOF_LONG_LONG ${SIZEOF_LONG_LONG}
|
|
||||||
|
|
||||||
/* Define if we have GCC's format attribute */
|
/* Define if we have GCC's format attribute */
|
||||||
#cmakedefine HAVE_GCC_FORMAT
|
#cmakedefine HAVE_GCC_FORMAT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user