mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05:00
Add some more checks for the C compiler/environment
This commit is contained in:
parent
6704c358ce
commit
bbd43c4f8b
@ -38,8 +38,13 @@ AC_CONFIG_LIBOBJ_DIR([lib])
|
|||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CC_STDC
|
AC_PROG_CC_STDC
|
||||||
AX_CFLAGS_WARN_ALL
|
AX_CFLAGS_WARN_ALL
|
||||||
|
AC_C_RESTRICT
|
||||||
|
AC_C_VOLATILE
|
||||||
AX_C___ATTRIBUTE__
|
AX_C___ATTRIBUTE__
|
||||||
|
|
||||||
|
AC_TYPE_SIZE_T
|
||||||
|
AC_TYPE_SSIZE_T
|
||||||
|
|
||||||
AX_WITH_CURSES
|
AX_WITH_CURSES
|
||||||
AS_IF([test "x$ax_cv_curses" != "xyes"],
|
AS_IF([test "x$ax_cv_curses" != "xyes"],
|
||||||
AC_MSG_ERROR([requires an X/Open-compatible Curses library.]),
|
AC_MSG_ERROR([requires an X/Open-compatible Curses library.]),
|
||||||
|
Loading…
Reference in New Issue
Block a user