Remove -c flag. Erroneous output caused on android
authorVenkatesh Shukla <venkatesh.shukla.eee11@iitbhu.ac.in>
Sat, 21 Jun 2014 17:30:21 +0000 (23:00 +0530)
committerChris Dickens <christopher.a.dickens@gmail.com>
Sun, 1 Mar 2015 09:15:58 +0000 (01:15 -0800)
commitc7401ca1e0cb00b470fdb27416a5fe51b14281de
tree4dc9fc19ef902fc6789e047c6614a8baa9cb6336
parentdd4da212ee73bcaefa8ca94dadb1fef318e68762
Remove -c flag. Erroneous output caused on android

While cross-building for android, the -c flag was causing errors.
This -c option ends up in Libs.private of libusb-1.0.pc file.
On its usage, it is interpreted as "Compile and assemble, but do not link"
option of gcc. Usage of -c in this way might be unintended.
Hence, removing this option.

Signed-off-by: Venkatesh Shukla <venkatesh.shukla.eee11@iitbhu.ac.in>
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
configure.ac
libusb/version_nano.h