mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-08-05 00:05:17 +02:00
2370aac4ee
fingers... git-svn-id: file:///home/jj/hercules.svn/trunk@3027 956126f8-22a0-4046-8f4a-272fa8102e63
14 lines
421 B
Plaintext
14 lines
421 B
Plaintext
# xsize.m4 serial 3
|
|
dnl Copyright (C) 2003-2004 Free Software Foundation, Inc.
|
|
dnl This file is free software; the Free Software Foundation
|
|
dnl gives unlimited permission to copy and/or distribute it,
|
|
dnl with or without modifications, as long as this notice is preserved.
|
|
|
|
AC_DEFUN([gl_XSIZE],
|
|
[
|
|
dnl Prerequisites of lib/xsize.h.
|
|
AC_REQUIRE([gl_SIZE_MAX])
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
AC_CHECK_HEADERS(stdint.h)
|
|
])
|