1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-06-02 19:11:20 +00:00

Add some more checks for the C compiler/environment

This commit is contained in:
John Zaitseff 2011-07-22 14:19:05 +10:00
parent 6704c358ce
commit bbd43c4f8b

View File

@ -38,8 +38,13 @@ AC_CONFIG_LIBOBJ_DIR([lib])
AC_PROG_CC
AC_PROG_CC_STDC
AX_CFLAGS_WARN_ALL
AC_C_RESTRICT
AC_C_VOLATILE
AX_C___ATTRIBUTE__
AC_TYPE_SIZE_T
AC_TYPE_SSIZE_T
AX_WITH_CURSES
AS_IF([test "x$ax_cv_curses" != "xyes"],
AC_MSG_ERROR([requires an X/Open-compatible Curses library.]),