From: David Levine Date: Fri, 6 Dec 2013 00:10:01 +0000 (-0600) Subject: The linker on FreeBSD 10 doesn't like -ansi. So added a X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/c146e557088423de6d404fc19bac82fb5117d207?ds=sidebyside;hp=c146e557088423de6d404fc19bac82fb5117d207 The linker on FreeBSD 10 doesn't like -ansi. So added a configure check to not put -ansi in CFLAGS if the linker doesn't like it. Though may need to add -pedantic-errors. There doesn't seem to be an easy way to get automake to not put CFLAGS in the link command. ---