Only use -fgnu89-inline if the compiler actually supports it.
authorBen Pfaff <blp@gnu.org>
Sat, 4 Oct 2008 03:59:44 +0000 (20:59 -0700)
committerBen Pfaff <blp@gnu.org>
Sat, 4 Oct 2008 04:01:57 +0000 (21:01 -0700)
commitc3752b2b7d790e44929972365c37273fefa4970e
tree6d28bbe7ea8b8c4c99edd462ada0a5153bf36fa4
parent8fb130b44c911531772c259c8db06cf097cf6821
Only use -fgnu89-inline if the compiler actually supports it.

Jason Stover pointed out that we were using -fgnu89-inline even when the
compiler didn't support it.  Obviously that's not good.
acinclude.m4