configure.ac: Fix #97 clang warning about -fgnu89-inline
authorSean McBride <sean@rogue-research.com>
Mon, 13 Jun 2011 20:26:43 +0000 (22:26 +0200)
committerPeter Stuge <peter@stuge.se>
Sun, 24 Jul 2011 20:29:09 +0000 (22:29 +0200)
commitbb8854ff5680136e29b57505300f131c2646f258
tree3905e6846ffcf2a01faaa3138bc3e3672efcb489
parentcb3c2e488f298b78027c9d5fc0bec0e5ba27d761
configure.ac: Fix #97 clang warning about -fgnu89-inline

Remove the test that sets the flag since GNU89 inline semantics are not
required by libusb.

[stuge: Also remove reference to the test result]
configure.ac