]> git.ipfire.org Git - thirdparty/sarg.git/commit
Remove the obsolete cc option
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 1 Feb 2012 10:34:45 +0000 (11:34 +0100)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 1 Feb 2012 10:34:45 +0000 (11:34 +0100)
commitff0eb6c5fd13585209296153e2cfbf3315652799
tree2b17b268e14ec4e3bf6c94899f91f9f31a708019
parentd8e04f05fe047c7f95ca768baa303ce715cef6b6
Remove the obsolete cc option

If sarg is compiled with cc, the old configure script would add the -Aa
option to the CFLAGS but that option produces an error on modern cc. The
error is about a missing argument. I could not find the new syntax nor the
purpose of that option but it was reported that removing the whole
condition was solving the problem.

Bug report here:

http://sourceforge.net/tracker/?func=detail&aid=3467463&group_id=68910&atid=522791
configure.in