1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-07-07 15:54:14 -04:00

Replace the check for a C99 compiler with one that works... I hope!

This commit is contained in:
John Zaitseff 2011-07-26 21:18:12 +10:00
parent b68da501fd
commit c0ce8c6770

View File

@ -39,7 +39,7 @@ AC_CONFIG_LIBOBJ_DIR([lib])
AC_PROG_CC
AC_PROG_CC_C99
AS_IF([test "x$ac_cv_prog_cc_c99" != "xyes"],
AS_IF([test "x$ac_cv_prog_cc_c99" = "xno"],
AC_MSG_ERROR([requires an ISO/IEC 9899:1999 (C99) compiler.]))
gl_EARLY