mirror of
https://git.zap.org.au/git/trader.git
synced 2024-12-04 14:46:45 -05:00
Replace the check for a C99 compiler with one that works... I hope!
This commit is contained in:
parent
b68da501fd
commit
c0ce8c6770
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user