]> git.ipfire.org Git - thirdparty/sarg.git/commit
Require a compiler compatible with C99
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 1 Feb 2012 18:53:24 +0000 (19:53 +0100)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 1 Feb 2012 18:53:24 +0000 (19:53 +0100)
commit2b17869bd5fb4b48ec69414e0023eae551d2f9ca
tree82cb2ae2df35114043c390a1e409c7e31a9b1f2a
parent11cb134194f6af239d993a0fbe1a13a71f5d3d3b
Require a compiler compatible with C99

The LLONG_MAX constant is only declared on some systems if gcc is ran in
a mode compatible with C99.

This commit requires C99 (-std=gnu99 in fact) and check that LLONG_MAX is
properly defined. At least, the user will be informed about the problem as
soon as possible if such a problem occurs again.

The bug describing this problem is here:
http://sourceforge.net/tracker/index.php?func=detail&aid=3482261&group_id=68910&atid=522791
configure.in