Force AIX xlc to fail and not generate object code if the source code has
authorYang Tse <yangsita@gmail.com>
Fri, 29 Feb 2008 17:13:39 +0000 (17:13 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 29 Feb 2008 17:13:39 +0000 (17:13 +0000)
commit115446be3784f996cd4927191db55ae1613a897f
treed35d8448efd53f8dea129f4f0ba963d49825ddb7
parentd83606ee3a8b52e891bd5114e53e705f586a5e27
Force AIX xlc to fail and not generate object code if the source code has
compiled with errors. This behaviour is needed for autoconf macros which
rely on the ability to compile with or without errors, and is safer than
xlc's default of failing only upon severe errors.
ares/configure.ac
configure.ac